Package org.keycloak.services.clienttype
Class DefaultClientTypeManagerFactory
java.lang.Object
org.keycloak.services.clienttype.DefaultClientTypeManagerFactory
- All Implemented Interfaces:
ClientTypeManagerFactory,EnvironmentDependentProviderFactory,ProviderFactory<ClientTypeManager>
- Author:
- Marek Posolda
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()create(KeycloakSession session) protected List<ClientTypeRepresentation>getGlobalClientTypes(KeycloakSession session) getId()voidinit(Config.Scope config) booleanvoidpostInit(KeycloakSessionFactory factory) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.provider.EnvironmentDependentProviderFactory
isSupportedMethods inherited from interface org.keycloak.provider.ProviderFactory
getConfigMetadata, order
-
Constructor Details
-
DefaultClientTypeManagerFactory
public DefaultClientTypeManagerFactory()
-
-
Method Details
-
create
- Specified by:
createin interfaceProviderFactory<ClientTypeManager>
-
init
- Specified by:
initin interfaceProviderFactory<ClientTypeManager>
-
postInit
- Specified by:
postInitin interfaceProviderFactory<ClientTypeManager>
-
close
public void close()- Specified by:
closein interfaceProviderFactory<ClientTypeManager>
-
getId
- Specified by:
getIdin interfaceProviderFactory<ClientTypeManager>
-
isSupported
public boolean isSupported()- Specified by:
isSupportedin interfaceEnvironmentDependentProviderFactory
-
getGlobalClientTypes
-