public abstract class AbstractLDAPFederationMapperFactory extends Object implements UserFederationMapperFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTRIBUTE_MAPPER_CATEGORY |
static String |
ROLE_MAPPER_CATEGORY |
| Constructor and Description |
|---|
AbstractLDAPFederationMapperFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkMandatoryConfigAttribute(String name,
String displayName,
UserFederationMapperModel mapperModel) |
void |
close() |
static ProviderConfigProperty |
createConfigProperty(String name,
String label,
String helpText,
String type,
Object defaultValue) |
String |
getFederationProviderType() |
void |
init(Config.Scope config) |
void |
postInit(KeycloakSessionFactory factory) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDisplayCategory, getDisplayType, validateConfigcreate, getIdgetConfigProperties, getHelpTextpublic static final String ATTRIBUTE_MAPPER_CATEGORY
public static final String ROLE_MAPPER_CATEGORY
public void init(Config.Scope config)
init in interface ProviderFactory<UserFederationMapper>public String getFederationProviderType()
getFederationProviderType in interface UserFederationMapperFactorypublic void postInit(KeycloakSessionFactory factory)
postInit in interface ProviderFactory<UserFederationMapper>public void close()
close in interface ProviderFactory<UserFederationMapper>public static ProviderConfigProperty createConfigProperty(String name, String label, String helpText, String type, Object defaultValue)
protected void checkMandatoryConfigAttribute(String name, String displayName, UserFederationMapperModel mapperModel) throws MapperConfigValidationException
MapperConfigValidationExceptionCopyright © 2015 JBoss by Red Hat. All rights reserved.