Package | Description |
---|---|
org.keycloak.services.clientpolicy |
Modifier and Type | Method and Description |
---|---|
ClientPoliciesRepresentation |
ClientPolicyManager.getClientPolicies(RealmModel realm)
when getting client policies via Admin REST API, returns the existing client policies set on the realm.
|
ClientProfilesRepresentation |
ClientPolicyManager.getClientProfiles(RealmModel realm,
boolean includeGlobalProfiles)
when getting client profiles via Admin REST API, returns the existing client profiles set on the realm.
|
void |
ClientPolicyManager.triggerOnEvent(ClientPolicyContext context)
execute a method for handling an event defined in
ClientPolicyEvent . |
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 |
ClientPolicyManager.updateClientProfiles(RealmModel realm,
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.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.