Class MSADLDSUserAccountControlStorageMapperFactory
- java.lang.Object
- 
- org.keycloak.storage.ldap.mappers.AbstractLDAPStorageMapperFactory
- 
- org.keycloak.storage.ldap.mappers.msadlds.MSADLDSUserAccountControlStorageMapperFactory
 
 
- 
- All Implemented Interfaces:
- ComponentFactory<LDAPStorageMapper,LDAPStorageMapper>,- SubComponentFactory<LDAPStorageMapper,LDAPStorageMapper>,- ConfiguredProvider,- ProviderFactory<LDAPStorageMapper>,- LDAPStorageMapperFactory<LDAPStorageMapper>
 
 public class MSADLDSUserAccountControlStorageMapperFactory extends AbstractLDAPStorageMapperFactory - Author:
- Marek Posolda, Slawomir Dabek
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected static List<ProviderConfigProperty>configPropertiesstatic StringPROVIDER_ID
 - 
Constructor SummaryConstructors Constructor Description MSADLDSUserAccountControlStorageMapperFactory()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractLDAPStorageMappercreateMapper(ComponentModel mapperModel, LDAPStorageProvider federationProvider)List<ProviderConfigProperty>getConfigProperties()StringgetHelpText()StringgetId()This is the name of the provider and will be showed in the admin console as an option.- 
Methods inherited from class org.keycloak.storage.ldap.mappers.AbstractLDAPStorageMapperFactorycheckMandatoryConfigAttribute, close, create, createConfigProperty, getTypeMetadata, init, postInit
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.component.ComponentFactorycreate, getCommonProviderConfigProperties, onUpdate, preRemove
 - 
Methods inherited from interface org.keycloak.provider.ConfiguredProvidergetConfig
 - 
Methods inherited from interface org.keycloak.storage.ldap.mappers.LDAPStorageMapperFactoryonCreate, onParentUpdate, validateConfiguration
 - 
Methods inherited from interface org.keycloak.provider.ProviderFactorygetConfigMetadata, order
 - 
Methods inherited from interface org.keycloak.component.SubComponentFactorygetConfigProperties, getTypeMetadata
 
- 
 
- 
- 
- 
Field Detail- 
PROVIDER_IDpublic static final String PROVIDER_ID - See Also:
- Constant Field Values
 
 - 
configPropertiesprotected static final List<ProviderConfigProperty> configProperties 
 
- 
 - 
Method Detail- 
getHelpTextpublic String getHelpText() 
 - 
getConfigPropertiespublic List<ProviderConfigProperty> getConfigProperties() 
 - 
getIdpublic String getId() Description copied from interface:LDAPStorageMapperFactoryThis is the name of the provider and will be showed in the admin console as an option.
 - 
createMapperprotected AbstractLDAPStorageMapper createMapper(ComponentModel mapperModel, LDAPStorageProvider federationProvider) - Specified by:
- createMapperin class- AbstractLDAPStorageMapperFactory
 
 
- 
 
-