public class UserAttributeMapper extends AbstractIdentityProviderMapper
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTRIBUTE_FRIENDLY_NAME |
static String |
ATTRIBUTE_NAME |
static String[] |
COMPATIBLE_PROVIDERS |
static String |
PROVIDER_ID |
static String |
USER_ATTRIBUTE |
ANY_PROVIDER| Constructor and Description |
|---|
UserAttributeMapper() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getAttribute(IdentityProviderMapperModel mapperModel,
BrokeredIdentityContext context) |
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, postInitpublic static final String[] COMPATIBLE_PROVIDERS
public static final String ATTRIBUTE_NAME
public static final String ATTRIBUTE_FRIENDLY_NAME
public static final String USER_ATTRIBUTE
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 AbstractIdentityProviderMapperprotected String getAttribute(IdentityProviderMapperModel mapperModel, BrokeredIdentityContext context)
public void updateBrokeredUser(KeycloakSession session, RealmModel realm, UserModel user, IdentityProviderMapperModel mapperModel, BrokeredIdentityContext context)
public String getHelpText()
Copyright © 2016 JBoss by Red Hat. All rights reserved.