Package | Description |
---|---|
org.keycloak.admin.client.resource | |
org.keycloak.representations.idm | |
org.keycloak.services.clientpolicy | |
org.keycloak.services.resources.admin |
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.
|
ClientPoliciesRepresentation |
DefaultClientPolicyManager.getClientPolicies(RealmModel realm) |
Modifier and Type | Method and Description |
---|---|
static 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) |
Modifier and Type | Method and Description |
---|---|
ClientPoliciesRepresentation |
ClientPoliciesResource.getPolicies() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
ClientPoliciesResource.updatePolicies(ClientPoliciesRepresentation clientPolicies) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.