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 TypeMethodDescriptionvoid
close()
create
(KeycloakSession session) protected List<ClientProfileRepresentation>
getGlobalClientProfiles
(KeycloakSession session) When this method is called, assumption is that CLIENT_POLICIES feature is enabledgetId()
void
init
(Config.Scope config) void
postInit
(KeycloakSessionFactory factory) Methods 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
-
Constructor Details
-
DefaultClientPolicyManagerFactory
public DefaultClientPolicyManagerFactory()
-
-
Method Details
-
create
- Specified by:
create
in interfaceProviderFactory<ClientPolicyManager>
-
init
- Specified by:
init
in interfaceProviderFactory<ClientPolicyManager>
-
postInit
- Specified by:
postInit
in interfaceProviderFactory<ClientPolicyManager>
-
close
public void close()- Specified by:
close
in interfaceProviderFactory<ClientPolicyManager>
-
getId
- Specified by:
getId
in interfaceProviderFactory<ClientPolicyManager>
-
getGlobalClientProfiles
When this method is called, assumption is that CLIENT_POLICIES feature is enabled
-