Package org.keycloak.deployment
Class DefaultDeployedConfigurationsProviderFactory
java.lang.Object
org.keycloak.deployment.DefaultDeployedConfigurationsProviderFactory
- All Implemented Interfaces:
DeployedConfigurationsProviderFactory
,ProviderFactory<DeployedConfigurationsProvider>
public class DefaultDeployedConfigurationsProviderFactory
extends Object
implements DeployedConfigurationsProviderFactory
- Author:
- Marek Posolda
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
This is called when the server shuts down.create
(KeycloakSession session) getId()
void
init
(Config.Scope config) Only called once when the factory is first created.void
postInit
(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, wait
Methods inherited from interface org.keycloak.provider.ProviderFactory
getConfigMetadata, order
-
Field Details
-
PROVIDER_ID
- See Also:
-
-
Constructor Details
-
DefaultDeployedConfigurationsProviderFactory
public DefaultDeployedConfigurationsProviderFactory()
-
-
Method Details
-
create
- Specified by:
create
in interfaceProviderFactory<DeployedConfigurationsProvider>
-
init
Description copied from interface:ProviderFactory
Only called once when the factory is first created. This config is pulled from keycloak_server.json- Specified by:
init
in interfaceProviderFactory<DeployedConfigurationsProvider>
-
postInit
Description copied from interface:ProviderFactory
Called after all provider factories have been initialized- Specified by:
postInit
in interfaceProviderFactory<DeployedConfigurationsProvider>
-
close
public void close()Description copied from interface:ProviderFactory
This is called when the server shuts down.- Specified by:
close
in interfaceProviderFactory<DeployedConfigurationsProvider>
-
getId
- Specified by:
getId
in interfaceProviderFactory<DeployedConfigurationsProvider>
-