Package | Description |
---|---|
org.keycloak.admin.client.resource | |
org.keycloak.representations.idm | |
org.keycloak.services.clientpolicy |
Modifier and Type | Method and Description |
---|---|
ClientPoliciesRepresentation |
ClientPoliciesPoliciesResource.getPolicies() |
Modifier and Type | Method and Description |
---|---|
void |
ClientPoliciesPoliciesResource.updatePolicies(ClientPoliciesRepresentation clientPolicies) |
Modifier and Type | Method and Description |
---|---|
ClientPoliciesRepresentation |
RealmRepresentation.getParsedClientPolicies() |
Modifier and Type | Method and Description |
---|---|
void |
RealmRepresentation.setParsedClientPolicies(ClientPoliciesRepresentation clientPolicies) |
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2022 JBoss by Red Hat. All rights reserved.