public class UserAttributeStatementMapper extends AbstractIdentityProviderMapper
Modifier and Type | Field and Description |
---|---|
static String |
ATTRIBUTE_NAME_PATTERN |
static String |
PROVIDER_ID |
static String |
USER_ATTRIBUTE_EMAIL |
static String |
USER_ATTRIBUTE_FIRST_NAME |
static String |
USER_ATTRIBUTE_LANGUAGE |
static String |
USER_ATTRIBUTE_LAST_NAME |
ANY_PROVIDER
Constructor and Description |
---|
UserAttributeStatementMapper() |
Modifier and Type | Method and Description |
---|---|
String[] |
getCompatibleProviders() |
List<ProviderConfigProperty> |
getConfigProperties() |
String |
getDisplayCategory() |
String |
getDisplayType() |
String |
getHelpText() |
String |
getId() |
void |
preprocessFederatedIdentity(KeycloakSession session,
RealmModel realm,
IdentityProviderMapperModel mapperModel,
BrokeredIdentityContext context) |
void |
updateBrokeredUser(KeycloakSession session,
RealmModel realm,
UserModel user,
IdentityProviderMapperModel mapperModel,
BrokeredIdentityContext context) |
close, create, importNewUser, init, postInit
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
order
public static final String ATTRIBUTE_NAME_PATTERN
public static final String USER_ATTRIBUTE_FIRST_NAME
public static final String USER_ATTRIBUTE_LAST_NAME
public static final String USER_ATTRIBUTE_EMAIL
public static final String USER_ATTRIBUTE_LANGUAGE
public static final String PROVIDER_ID
public List<ProviderConfigProperty> getConfigProperties()
public String getId()
public String[] getCompatibleProviders()
public String getDisplayCategory()
public String getDisplayType()
public void preprocessFederatedIdentity(KeycloakSession session, RealmModel realm, IdentityProviderMapperModel mapperModel, BrokeredIdentityContext context)
preprocessFederatedIdentity
in interface IdentityProviderMapper
preprocessFederatedIdentity
in class AbstractIdentityProviderMapper
public void updateBrokeredUser(KeycloakSession session, RealmModel realm, UserModel user, IdentityProviderMapperModel mapperModel, BrokeredIdentityContext context)
public String getHelpText()
Copyright © 2021 JBoss by Red Hat. All rights reserved.