Uses of Class
org.keycloak.representations.idm.ClientPoliciesRepresentation
Package
Description
-
Uses of ClientPoliciesRepresentation in org.keycloak.admin.client.resource
Modifier and TypeMethodDescriptionvoid
ClientPoliciesPoliciesResource.updatePolicies
(ClientPoliciesRepresentation clientPolicies) -
Uses of ClientPoliciesRepresentation in org.keycloak.representations.idm
Modifier and TypeMethodDescriptionvoid
RealmRepresentation.setParsedClientPolicies
(ClientPoliciesRepresentation clientPolicies) -
Uses of ClientPoliciesRepresentation in org.keycloak.services.clientpolicy
Modifier and TypeMethodDescriptionClientPolicyManager.getClientPolicies
(RealmModel realm) when getting client policies via Admin REST API, returns the existing client policies set on the realm.DefaultClientPolicyManager.getClientPolicies
(RealmModel realm) Modifier and TypeMethodDescriptionstatic String
ClientPoliciesUtil.convertClientPoliciesRepresentationToJson
(ClientPoliciesRepresentation reps) convert client policies as representation to json.void
ClientPolicyManager.updateClientPolicies
(RealmModel realm, 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.void
DefaultClientPolicyManager.updateClientPolicies
(RealmModel realm, ClientPoliciesRepresentation clientPolicies) -
Uses of ClientPoliciesRepresentation in org.keycloak.services.resources.admin
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
ClientPoliciesResource.updatePolicies
(ClientPoliciesRepresentation clientPolicies)