public class HardcodedAttributeMapper extends AbstractIdentityProviderMapper
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTRIBUTE |
static String |
ATTRIBUTE_VALUE |
static String[] |
COMPATIBLE_PROVIDERS |
protected static List<ProviderConfigProperty> |
configProperties |
static String |
PROVIDER_ID |
ANY_PROVIDER, DEFAULT_IDENTITY_PROVIDER_MAPPER_SYNC_MODES| Constructor and Description |
|---|
HardcodedAttributeMapper() |
| 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) |
boolean |
supportsSyncMode(IdentityProviderSyncMode syncMode) |
void |
updateBrokeredUser(KeycloakSession session,
RealmModel realm,
UserModel user,
IdentityProviderMapperModel mapperModel,
BrokeredIdentityContext context) |
close, create, importNewUser, init, postInit, updateBrokeredUserLegacyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitorderpublic static final String ATTRIBUTE
public static final String ATTRIBUTE_VALUE
protected static final List<ProviderConfigProperty> configProperties
public static final String[] COMPATIBLE_PROVIDERS
public static final String PROVIDER_ID
public boolean supportsSyncMode(IdentityProviderSyncMode syncMode)
public List<ProviderConfigProperty> getConfigProperties()
public String getDisplayCategory()
public String getDisplayType()
public String getId()
public String[] getCompatibleProviders()
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)
updateBrokeredUser in interface IdentityProviderMapperupdateBrokeredUser in class AbstractIdentityProviderMapperpublic String getHelpText()
Copyright © 2020 JBoss by Red Hat. All rights reserved.