Class MapDatastoreProviderFactory
- java.lang.Object
-
- org.keycloak.models.map.datastore.MapDatastoreProviderFactory
-
- All Implemented Interfaces:
EnvironmentDependentProviderFactory,ProviderFactory<DatastoreProvider>,DatastoreProviderFactory
public class MapDatastoreProviderFactory extends Object implements DatastoreProviderFactory, EnvironmentDependentProviderFactory
-
-
Constructor Summary
Constructors Constructor Description MapDatastoreProviderFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()DatastoreProvidercreate(KeycloakSession session)StringgetId()voidinit(Config.Scope config)booleanisSupported()voidpostInit(KeycloakSessionFactory factory)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.keycloak.provider.EnvironmentDependentProviderFactory
isSupported
-
Methods inherited from interface org.keycloak.provider.ProviderFactory
getConfigMetadata, order
-
-
-
-
Method Detail
-
create
public DatastoreProvider create(KeycloakSession session)
- Specified by:
createin interfaceProviderFactory<DatastoreProvider>
-
init
public void init(Config.Scope config)
- Specified by:
initin interfaceProviderFactory<DatastoreProvider>
-
postInit
public void postInit(KeycloakSessionFactory factory)
- Specified by:
postInitin interfaceProviderFactory<DatastoreProvider>
-
close
public void close()
- Specified by:
closein interfaceProviderFactory<DatastoreProvider>
-
getId
public String getId()
- Specified by:
getIdin interfaceProviderFactory<DatastoreProvider>
-
isSupported
public boolean isSupported()
- Specified by:
isSupportedin interfaceEnvironmentDependentProviderFactory
-
-