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<org.keycloak.representations.idm.ClientTypeRepresentation>getGlobalClientTypes(KeycloakSession session) getId()voidinit(Config.Scope config) booleanisSupported(Config.Scope config) voidpostInit(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.ProviderFactory
dependsOn, 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
- Specified by:
isSupportedin interfaceEnvironmentDependentProviderFactory
-
getGlobalClientTypes
protected List<org.keycloak.representations.idm.ClientTypeRepresentation> getGlobalClientTypes(KeycloakSession session)
-