Class DefaultClientPolicyManagerFactory
java.lang.Object
org.keycloak.services.clientpolicy.DefaultClientPolicyManagerFactory
- All Implemented Interfaces:
ProviderFactory<ClientPolicyManager>,ClientPolicyManagerFactory
- Author:
- Marek Posolda
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()create(KeycloakSession session) protected List<ClientProfileRepresentation>getGlobalClientProfiles(KeycloakSession session) When this method is called, assumption is that CLIENT_POLICIES feature is enabledgetId()voidinit(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
getConfigMetadata, order
-
Constructor Details
-
DefaultClientPolicyManagerFactory
public DefaultClientPolicyManagerFactory()
-
-
Method Details
-
create
- Specified by:
createin interfaceProviderFactory<ClientPolicyManager>
-
init
- Specified by:
initin interfaceProviderFactory<ClientPolicyManager>
-
postInit
- Specified by:
postInitin interfaceProviderFactory<ClientPolicyManager>
-
close
public void close()- Specified by:
closein interfaceProviderFactory<ClientPolicyManager>
-
getId
- Specified by:
getIdin interfaceProviderFactory<ClientPolicyManager>
-
getGlobalClientProfiles
When this method is called, assumption is that CLIENT_POLICIES feature is enabled
-