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
-
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.boolean
isSupported
(String description) 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
-
ID
- See Also:
-
-
Constructor Details
-
OIDCClientDescriptionConverterFactory
public OIDCClientDescriptionConverterFactory()
-
-
Method Details
-
isSupported
- Specified by:
isSupported
in interfaceClientDescriptionConverterFactory
-
create
- Specified by:
create
in interfaceProviderFactory<ClientDescriptionConverter>
-
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<ClientDescriptionConverter>
-
postInit
Description copied from interface:ProviderFactory
Called after all provider factories have been initialized- Specified by:
postInit
in interfaceProviderFactory<ClientDescriptionConverter>
-
close
public void close()Description copied from interface:ProviderFactory
This is called when the server shuts down.- Specified by:
close
in interfaceProviderFactory<ClientDescriptionConverter>
-
getId
- Specified by:
getId
in interfaceProviderFactory<ClientDescriptionConverter>
-