| Package | Description |
|---|---|
| org.keycloak.representations.idm | |
| org.keycloak.services.clientpolicy |
| Modifier and Type | Field and Description |
|---|---|
protected ClientProfilesRepresentation |
RealmRepresentation.clientProfiles |
| Modifier and Type | Method and Description |
|---|---|
ClientProfilesRepresentation |
RealmRepresentation.getClientProfiles() |
| Modifier and Type | Method and Description |
|---|---|
void |
RealmRepresentation.setClientProfiles(ClientProfilesRepresentation clientProfiles) |
| Modifier and Type | Method and Description |
|---|---|
static ClientProfilesRepresentation |
ClientPoliciesUtil.getClientProfilesRepresentation(KeycloakSession session,
RealmModel realm)
gets existing client profiles in a realm as representation.
|
static ClientProfilesRepresentation |
ClientPoliciesUtil.getValidatedBuiltinClientProfilesRepresentation(KeycloakSession session,
InputStream is)
get validated and modified builtin client profiles set on keycloak app as representation.
|
static ClientProfilesRepresentation |
ClientPoliciesUtil.getValidatedClientProfilesRepresentation(KeycloakSession session,
RealmModel realm,
String profilesJson)
get validated and modified builtin client profiles in a realm as representation.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
ClientPoliciesUtil.convertClientProfilesRepresentationToJson(ClientProfilesRepresentation reps)
convert client profiles as representation to json.
|
static String |
ClientPoliciesUtil.getValidatedClientProfilesJson(KeycloakSession session,
RealmModel realm,
ClientProfilesRepresentation proposedProfilesRep)
get validated and modified client profiles as json.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.