Package org.keycloak.broker.saml.mappers
Class AdvancedAttributeToGroupMapper
java.lang.Object
org.keycloak.broker.provider.AbstractIdentityProviderMapper
org.keycloak.broker.saml.mappers.AbstractAttributeToGroupMapper
org.keycloak.broker.saml.mappers.AdvancedAttributeToGroupMapper
- All Implemented Interfaces:
IdentityProviderMapper
,ConfiguredProvider
,Provider
,ProviderFactory<IdentityProviderMapper>
- Author:
- Denis Bernard
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String[]
static final String
Fields inherited from interface org.keycloak.broker.provider.IdentityProviderMapper
ANY_PROVIDER, DEFAULT_IDENTITY_PROVIDER_MAPPER_SYNC_MODES
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
applies
(IdentityProviderMapperModel mapperModel, BrokeredIdentityContext context) This method must be implemented by subclasses and they must returntrue
if their mapping can be applied (i.e.String[]
getId()
boolean
supportsSyncMode
(IdentityProviderSyncMode syncMode) Methods inherited from class org.keycloak.broker.saml.mappers.AbstractAttributeToGroupMapper
importNewUser, updateBrokeredUser
Methods inherited from class org.keycloak.broker.provider.AbstractIdentityProviderMapper
close, create, init, postInit, preprocessFederatedIdentity, updateBrokeredUserLegacy
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.keycloak.provider.ConfiguredProvider
getConfig
Methods inherited from interface org.keycloak.provider.ProviderFactory
getConfigMetadata, order
-
Field Details
-
PROVIDER_ID
- See Also:
-
ATTRIBUTE_PROPERTY_NAME
- See Also:
-
ARE_ATTRIBUTE_VALUES_REGEX_PROPERTY_NAME
- See Also:
-
COMPATIBLE_PROVIDERS
-
-
Constructor Details
-
AdvancedAttributeToGroupMapper
public AdvancedAttributeToGroupMapper()
-
-
Method Details
-
supportsSyncMode
-
getConfigProperties
-
getId
-
getCompatibleProviders
-
getDisplayCategory
-
getDisplayType
-
getHelpText
-
applies
Description copied from class:AbstractAttributeToGroupMapper
This method must be implemented by subclasses and they must returntrue
if their mapping can be applied (i.e. user has the SAML attribute that should be mapped) orfalse
otherwise.- Specified by:
applies
in classAbstractAttributeToGroupMapper
- Parameters:
mapperModel
- a reference to theIdentityProviderMapperModel
.context
- a reference to theBrokeredIdentityContext
.- Returns:
true
if the mapping can be applied orfalse
otherwise.
-