Class AbstractPersistentClientIdMetadataDocumentProviderFactory
java.lang.Object
org.keycloak.protocol.oauth2.cimd.provider.AbstractPersistentClientIdMetadataDocumentProviderFactory
- All Implemented Interfaces:
ClientIdMetadataDocumentProviderFactory,EnvironmentDependentProviderFactory,ProviderFactory<ClientIdMetadataDocumentProvider>
- Direct Known Subclasses:
PersistentClientIdMetadataDocumentProviderFactory
public abstract class AbstractPersistentClientIdMetadataDocumentProviderFactory
extends Object
implements ClientIdMetadataDocumentProviderFactory
The abstract class is the factory class of
AbstractPersistentClientIdMetadataDocumentProvider.- Author:
- Takashi Norimatsu
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()This is called when the server shuts down.voidinit(Config.Scope config) Only called once when the factory is first created.voidpostInit(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.protocol.oauth2.cimd.provider.ClientIdMetadataDocumentProviderFactory
isSupportedMethods inherited from interface org.keycloak.provider.ProviderFactory
create, dependsOn, getConfigMetadata, getId, order
-
Constructor Details
-
AbstractPersistentClientIdMetadataDocumentProviderFactory
public AbstractPersistentClientIdMetadataDocumentProviderFactory()
-
-
Method Details
-
init
Description copied from interface:ProviderFactoryOnly called once when the factory is first created.- Specified by:
initin interfaceProviderFactory<ClientIdMetadataDocumentProvider>
-
postInit
Description copied from interface:ProviderFactoryCalled after all provider factories have been initialized- Specified by:
postInitin interfaceProviderFactory<ClientIdMetadataDocumentProvider>
-
close
public void close()Description copied from interface:ProviderFactoryThis is called when the server shuts down.- Specified by:
closein interfaceProviderFactory<ClientIdMetadataDocumentProvider>
-