Class MapDeploymentStateProviderFactory
- java.lang.Object
-
- org.keycloak.models.map.deploymentState.MapDeploymentStateProviderFactory
-
- All Implemented Interfaces:
DeploymentStateProviderFactory,EnvironmentDependentProviderFactory,ProviderFactory<DeploymentStateProvider>
public class MapDeploymentStateProviderFactory extends Object implements DeploymentStateProviderFactory, EnvironmentDependentProviderFactory
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROVIDER_ID
-
Constructor Summary
Constructors Constructor Description MapDeploymentStateProviderFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()DeploymentStateProvidercreate(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
-
-
-
-
Field Detail
-
PROVIDER_ID
public static final String PROVIDER_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
create
public DeploymentStateProvider create(KeycloakSession session)
- Specified by:
createin interfaceProviderFactory<DeploymentStateProvider>
-
init
public void init(Config.Scope config)
- Specified by:
initin interfaceProviderFactory<DeploymentStateProvider>
-
postInit
public void postInit(KeycloakSessionFactory factory)
- Specified by:
postInitin interfaceProviderFactory<DeploymentStateProvider>
-
getId
public String getId()
- Specified by:
getIdin interfaceProviderFactory<DeploymentStateProvider>
-
close
public void close()
- Specified by:
closein interfaceProviderFactory<DeploymentStateProvider>
-
isSupported
public boolean isSupported()
- Specified by:
isSupportedin interfaceEnvironmentDependentProviderFactory
-
-