Package org.keycloak.protocol.oidc
Class OIDCClientDescriptionConverterFactory
- java.lang.Object
- 
- org.keycloak.protocol.oidc.OIDCClientDescriptionConverterFactory
 
- 
- All Implemented Interfaces:
- ClientDescriptionConverterFactory,- ProviderFactory<ClientDescriptionConverter>
 
 public class OIDCClientDescriptionConverterFactory extends Object implements ClientDescriptionConverterFactory - Author:
- Marek Posolda
 
- 
- 
Constructor SummaryConstructors Constructor Description OIDCClientDescriptionConverterFactory()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()This is called when the server shuts down.ClientDescriptionConvertercreate(KeycloakSession session)StringgetId()voidinit(Config.Scope config)Only called once when the factory is first created.booleanisSupported(String description)voidpostInit(KeycloakSessionFactory factory)Called after all provider factories have been initialized- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.provider.ProviderFactorygetConfigMetadata, order
 
- 
 
- 
- 
- 
Field Detail- 
IDpublic static final String ID - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
isSupportedpublic boolean isSupported(String description) - Specified by:
- isSupportedin interface- ClientDescriptionConverterFactory
 
 - 
createpublic ClientDescriptionConverter create(KeycloakSession session) - Specified by:
- createin interface- ProviderFactory<ClientDescriptionConverter>
 
 - 
initpublic void init(Config.Scope config) Description copied from interface:ProviderFactoryOnly called once when the factory is first created. This config is pulled from keycloak_server.json- Specified by:
- initin interface- ProviderFactory<ClientDescriptionConverter>
 
 - 
postInitpublic void postInit(KeycloakSessionFactory factory) Description copied from interface:ProviderFactoryCalled after all provider factories have been initialized- Specified by:
- postInitin interface- ProviderFactory<ClientDescriptionConverter>
 
 - 
closepublic void close() Description copied from interface:ProviderFactoryThis is called when the server shuts down.- Specified by:
- closein interface- ProviderFactory<ClientDescriptionConverter>
 
 - 
getIdpublic String getId() - Specified by:
- getIdin interface- ProviderFactory<ClientDescriptionConverter>
 
 
- 
 
-