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 |
---|---|
ClientProfilesRepresentation |
ClientPoliciesProfilesResource.getProfiles(Boolean includeGlobalProfiles) |
Modifier and Type | Method and Description |
---|---|
void |
ClientPoliciesProfilesResource.updateProfiles(ClientProfilesRepresentation clientProfiles)
Update client profiles in the realm.
|
Modifier and Type | Method and Description |
---|---|
ClientProfilesRepresentation |
RealmRepresentation.getParsedClientProfiles() |
Modifier and Type | Method and Description |
---|---|
void |
RealmRepresentation.setParsedClientProfiles(ClientProfilesRepresentation clientProfiles) |
Modifier and Type | Method and Description |
---|---|
ClientProfilesRepresentation |
ClientPolicyManager.getClientProfiles(RealmModel realm,
boolean includeGlobalProfiles)
when getting client profiles via Admin REST API, returns the existing client profiles set on the realm.
|
ClientProfilesRepresentation |
DefaultClientPolicyManager.getClientProfiles(RealmModel realm,
boolean includeGlobalProfiles) |
Modifier and Type | Method and Description |
---|---|
static String |
ClientPoliciesUtil.convertClientProfilesRepresentationToJson(ClientProfilesRepresentation reps)
convert client profiles as representation to json.
|
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.
|
void |
DefaultClientPolicyManager.updateClientProfiles(RealmModel realm,
ClientProfilesRepresentation clientProfiles) |
Modifier and Type | Method and Description |
---|---|
ClientProfilesRepresentation |
ClientProfilesResource.getProfiles(boolean includeGlobalProfiles) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
ClientProfilesResource.updateProfiles(ClientProfilesRepresentation clientProfiles) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.