public class UserAttributeMapper extends AbstractClaimMapper
| Modifier and Type | Field and Description |
|---|---|
static String[] |
COMPATIBLE_PROVIDERS |
static String |
EMAIL |
static String |
FIRST_NAME |
static String |
LAST_NAME |
static String |
PROVIDER_ID |
static String |
USER_ATTRIBUTE |
CLAIM, CLAIM_VALUEANY_PROVIDER| Constructor and Description |
|---|
UserAttributeMapper() |
| 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) |
getClaimValue, getClaimValue, getClaimValue, hasClaimValue, valueEqualsclose, create, importNewUser, init, postInitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitorderpublic static final String[] COMPATIBLE_PROVIDERS
public static final String USER_ATTRIBUTE
public static final String EMAIL
public static final String FIRST_NAME
public static final String LAST_NAME
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 IdentityProviderMapperpreprocessFederatedIdentity in class AbstractIdentityProviderMapperpublic void updateBrokeredUser(KeycloakSession session, RealmModel realm, UserModel user, IdentityProviderMapperModel mapperModel, BrokeredIdentityContext context)
public String getHelpText()
Copyright © 2018 JBoss by Red Hat. All rights reserved.