Uses of Class
org.keycloak.services.clientpolicy.ClientPolicyException
Packages that use ClientPolicyException
-
Uses of ClientPolicyException in org.keycloak.services.clientpolicy
Methods in org.keycloak.services.clientpolicy that throw ClientPolicyExceptionModifier and TypeMethodDescriptionorg.keycloak.representations.idm.ClientPoliciesRepresentationClientPolicyManager.getClientPolicies(RealmModel realm, boolean includeGlobalPolicies) when getting client policies via Admin REST API, returns the existing client policies set on the realm.org.keycloak.representations.idm.ClientProfilesRepresentationClientPolicyManager.getClientProfiles(RealmModel realm, boolean includeGlobalProfiles) when getting client profiles via Admin REST API, returns the existing client profiles set on the realm.voidClientPolicyManager.triggerOnEvent(ClientPolicyContext context) execute a method for handling an event defined inClientPolicyEvent.voidClientPolicyManager.updateClientPolicies(RealmModel realm, org.keycloak.representations.idm.ClientPoliciesRepresentation clientPolicies) when updating client policies via Admin REST API, reads the json representation of the client policies and overrides the existing client policies set on the realm with them.voidClientPolicyManager.updateClientProfiles(RealmModel realm, org.keycloak.representations.idm.ClientProfilesRepresentation clientProfiles) when updating client profiles via Admin REST API, reads the json representation of the client profiles and overrides the existing client profiles set on the realm with them.