public class AdvancedClaimToRoleMapper extends AbstractClaimMapper
| Modifier and Type | Field and Description |
|---|---|
static String |
ARE_CLAIM_VALUES_REGEX_PROPERTY_NAME |
static String |
CLAIM_PROPERTY_NAME |
static String[] |
COMPATIBLE_PROVIDERS |
static String |
PROVIDER_ID |
CLAIM, CLAIM_VALUEANY_PROVIDER, DEFAULT_IDENTITY_PROVIDER_MAPPER_SYNC_MODES| Constructor and Description |
|---|
AdvancedClaimToRoleMapper() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getCompatibleProviders() |
List<ProviderConfigProperty> |
getConfigProperties() |
String |
getDisplayCategory() |
String |
getDisplayType() |
String |
getHelpText() |
String |
getId() |
protected boolean |
hasAllClaimValues(IdentityProviderMapperModel mapperModel,
BrokeredIdentityContext context) |
void |
importNewUser(KeycloakSession session,
RealmModel realm,
UserModel user,
IdentityProviderMapperModel mapperModel,
BrokeredIdentityContext context) |
boolean |
supportsSyncMode(IdentityProviderSyncMode syncMode) |
void |
updateBrokeredUser(KeycloakSession session,
RealmModel realm,
UserModel user,
IdentityProviderMapperModel mapperModel,
BrokeredIdentityContext context) |
void |
updateBrokeredUserLegacy(KeycloakSession session,
RealmModel realm,
UserModel user,
IdentityProviderMapperModel mapperModel,
BrokeredIdentityContext context) |
boolean |
valueMatchesRegex(String regex,
Object value) |
getClaimValue, getClaimValue, getClaimValue, hasClaimValue, valueEqualsclose, create, init, postInit, preprocessFederatedIdentityclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitorderpublic static final String CLAIM_PROPERTY_NAME
public static final String ARE_CLAIM_VALUES_REGEX_PROPERTY_NAME
public static final String[] COMPATIBLE_PROVIDERS
public static final String PROVIDER_ID
public boolean supportsSyncMode(IdentityProviderSyncMode syncMode)
public List<ProviderConfigProperty> getConfigProperties()
public String getId()
public String[] getCompatibleProviders()
public String getDisplayCategory()
public String getDisplayType()
public void importNewUser(KeycloakSession session, RealmModel realm, UserModel user, IdentityProviderMapperModel mapperModel, BrokeredIdentityContext context)
importNewUser in interface IdentityProviderMapperimportNewUser in class AbstractIdentityProviderMapperpublic void updateBrokeredUserLegacy(KeycloakSession session, RealmModel realm, UserModel user, IdentityProviderMapperModel mapperModel, BrokeredIdentityContext context)
updateBrokeredUserLegacy in interface IdentityProviderMapperupdateBrokeredUserLegacy in class AbstractIdentityProviderMapperpublic void updateBrokeredUser(KeycloakSession session, RealmModel realm, UserModel user, IdentityProviderMapperModel mapperModel, BrokeredIdentityContext context)
updateBrokeredUser in interface IdentityProviderMapperupdateBrokeredUser in class AbstractIdentityProviderMapperpublic String getHelpText()
protected boolean hasAllClaimValues(IdentityProviderMapperModel mapperModel, BrokeredIdentityContext context)
Copyright © 2020 JBoss by Red Hat. All rights reserved.