Class LdapMapStorageProviderFactory
java.lang.Object
org.keycloak.models.map.storage.ldap.LdapMapStorageProviderFactory
- All Implemented Interfaces:
AmphibianProviderFactory<MapStorageProvider>,ComponentFactory<MapStorageProvider,,MapStorageProvider> MapStorageProviderFactory,ConfiguredProvider,EnvironmentDependentProviderFactory,ProviderFactory<MapStorageProvider>
public class LdapMapStorageProviderFactory
extends Object
implements AmphibianProviderFactory<MapStorageProvider>, MapStorageProviderFactory, EnvironmentDependentProviderFactory
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.models.map.storage.MapStorageProviderFactory
MapStorageProviderFactory.Flag -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()This is called when the server shuts down.create(KeycloakSession session) <M,V extends AbstractEntity>
MapStorage<V,M> createMapStorage(KeycloakSession session, Class<M> modelType) getId()voidinit(Config.Scope config) Only called once when the factory is first created.booleanvoidpostInit(KeycloakSessionFactory factory) Called after all provider factories have been initializedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.component.AmphibianProviderFactory
create, getConfigProperties, onUpdate, preRemoveMethods inherited from interface org.keycloak.component.ComponentFactory
getCommonProviderConfigProperties, getTypeMetadata, onCreate, validateConfigurationMethods inherited from interface org.keycloak.provider.ConfiguredProvider
getConfigMethods inherited from interface org.keycloak.provider.EnvironmentDependentProviderFactory
isSupportedMethods inherited from interface org.keycloak.provider.ProviderFactory
getConfigMetadata, order
-
Field Details
-
PROVIDER_ID
- See Also:
-
-
Constructor Details
-
LdapMapStorageProviderFactory
public LdapMapStorageProviderFactory()
-
-
Method Details
-
createMapStorage
public <M,V extends AbstractEntity> MapStorage<V,M> createMapStorage(KeycloakSession session, Class<M> modelType) -
create
- Specified by:
createin interfaceAmphibianProviderFactory<MapStorageProvider>- Specified by:
createin interfaceComponentFactory<MapStorageProvider,MapStorageProvider> - Specified by:
createin interfaceProviderFactory<MapStorageProvider>
-
init
Description copied from interface:ProviderFactoryOnly called once when the factory is first created. This config is pulled from keycloak_server.json- Specified by:
initin interfaceProviderFactory<MapStorageProvider>
-
postInit
Description copied from interface:ProviderFactoryCalled after all provider factories have been initialized- Specified by:
postInitin interfaceProviderFactory<MapStorageProvider>
-
getId
- Specified by:
getIdin interfaceProviderFactory<MapStorageProvider>
-
getHelpText
- Specified by:
getHelpTextin interfaceConfiguredProvider
-
isSupported
public boolean isSupported()- Specified by:
isSupportedin interfaceEnvironmentDependentProviderFactory- Returns:
trueif the provider is supported and should be available,falseotherwise
-
close
public void close()Description copied from interface:ProviderFactoryThis is called when the server shuts down.- Specified by:
closein interfaceAmphibianProviderFactory<MapStorageProvider>- Specified by:
closein interfaceProviderFactory<MapStorageProvider>
-