Package org.keycloak.broker.oidc.mappers
Class AdvancedClaimToRoleMapper
java.lang.Object
org.keycloak.broker.provider.AbstractIdentityProviderMapper
org.keycloak.broker.oidc.mappers.AbstractClaimMapper
org.keycloak.broker.oidc.mappers.AbstractClaimToRoleMapper
org.keycloak.broker.oidc.mappers.AdvancedClaimToRoleMapper
- All Implemented Interfaces:
IdentityProviderMapper,ConfiguredProvider,Provider,ProviderFactory<IdentityProviderMapper>
- Version:
- $Revision: 1 $
- Author:
- Bill Burke, Benjamin Weimer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final String[]static final StringFields inherited from class org.keycloak.broker.oidc.mappers.AbstractClaimMapper
CLAIM, CLAIM_VALUEFields inherited from interface org.keycloak.broker.provider.IdentityProviderMapper
ANY_PROVIDER, DEFAULT_IDENTITY_PROVIDER_MAPPER_SYNC_MODES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanapplies(IdentityProviderMapperModel mapperModel, BrokeredIdentityContext context) This method must be implemented by subclasses and they must returntrueif their mapping can be applied (i.e.String[]getId()booleansupportsSyncMode(IdentityProviderSyncMode syncMode) Methods inherited from class org.keycloak.broker.oidc.mappers.AbstractClaimToRoleMapper
importNewUser, updateBrokeredUser, updateBrokeredUserLegacyMethods inherited from class org.keycloak.broker.oidc.mappers.AbstractClaimMapper
getClaimValue, getClaimValue, getClaimValue, hasClaimValue, valueEqualsMethods inherited from class org.keycloak.broker.provider.AbstractIdentityProviderMapper
close, create, init, postInit, preprocessFederatedIdentityMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.provider.ConfiguredProvider
getConfigMethods inherited from interface org.keycloak.provider.ProviderFactory
dependsOn, getConfigMetadata, order
-
Field Details
-
CLAIM_PROPERTY_NAME
- See Also:
-
ARE_CLAIM_VALUES_REGEX_PROPERTY_NAME
- See Also:
-
COMPATIBLE_PROVIDERS
-
PROVIDER_ID
- See Also:
-
-
Constructor Details
-
AdvancedClaimToRoleMapper
public AdvancedClaimToRoleMapper()
-
-
Method Details
-
supportsSyncMode
-
getConfigProperties
-
getId
-
getCompatibleProviders
-
getDisplayCategory
-
getDisplayType
-
getHelpText
-
applies
Description copied from class:AbstractClaimToRoleMapperThis method must be implemented by subclasses and they must returntrueif their mapping can be applied (i.e. user has the OIDC claim that should be mapped) orfalseotherwise.- Specified by:
appliesin classAbstractClaimToRoleMapper- Parameters:
mapperModel- a reference to theIdentityProviderMapperModel.context- a reference to theBrokeredIdentityContext.- Returns:
trueif the mapping can be applied orfalseotherwise.*
-