Class HardcodedLDAPGroupStorageMapperFactory
java.lang.Object
org.keycloak.storage.ldap.mappers.AbstractLDAPStorageMapperFactory
org.keycloak.storage.ldap.mappers.HardcodedLDAPGroupStorageMapperFactory
- All Implemented Interfaces:
ComponentFactory<LDAPStorageMapper,,LDAPStorageMapper> SubComponentFactory<LDAPStorageMapper,,LDAPStorageMapper> ConfiguredProvider,ProviderFactory<LDAPStorageMapper>,LDAPStorageMapperFactory<LDAPStorageMapper>
- Author:
- Jean-Loup Maillet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final List<ProviderConfigProperty>static final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected AbstractLDAPStorageMappercreateMapper(ComponentModel mapperModel, LDAPStorageProvider federationProvider) getId()This is the name of the provider and will be showed in the admin console as an option.voidvalidateConfiguration(KeycloakSession session, RealmModel realm, ComponentModel config) Called before a component is created or updated.Methods inherited from class org.keycloak.storage.ldap.mappers.AbstractLDAPStorageMapperFactory
checkMandatoryConfigAttribute, close, create, createConfigProperty, createConfigProperty, getTypeMetadata, init, postInitMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.component.ComponentFactory
create, getCommonProviderConfigProperties, onUpdate, preRemoveMethods inherited from interface org.keycloak.provider.ConfiguredProvider
getConfigMethods inherited from interface org.keycloak.storage.ldap.mappers.LDAPStorageMapperFactory
onCreate, onParentUpdateMethods inherited from interface org.keycloak.provider.ProviderFactory
dependsOn, getConfigMetadata, orderMethods inherited from interface org.keycloak.component.SubComponentFactory
getConfigProperties, getTypeMetadata
-
Field Details
-
PROVIDER_ID
- See Also:
-
configProperties
-
-
Constructor Details
-
HardcodedLDAPGroupStorageMapperFactory
public HardcodedLDAPGroupStorageMapperFactory()
-
-
Method Details
-
getHelpText
-
getConfigProperties
-
getId
Description copied from interface:LDAPStorageMapperFactoryThis is the name of the provider and will be showed in the admin console as an option. -
validateConfiguration
public void validateConfiguration(KeycloakSession session, RealmModel realm, ComponentModel config) throws ComponentValidationException Description copied from interface:ComponentFactoryCalled before a component is created or updated. Allows you to validate the configuration- Throws:
ComponentValidationException
-
createMapper
protected AbstractLDAPStorageMapper createMapper(ComponentModel mapperModel, LDAPStorageProvider federationProvider) - Specified by:
createMapperin classAbstractLDAPStorageMapperFactory
-