| Package | Description |
|---|---|
| org.keycloak.representations.idm | |
| org.keycloak.services.clientpolicy |
| Modifier and Type | Method and Description |
|---|---|
List<ClientProfileRepresentation> |
ClientProfilesRepresentation.getGlobalProfiles() |
List<ClientProfileRepresentation> |
ClientProfilesRepresentation.getProfiles() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientProfilesRepresentation.setGlobalProfiles(List<ClientProfileRepresentation> globalProfiles) |
void |
ClientProfilesRepresentation.setProfiles(List<ClientProfileRepresentation> profiles) |
| Modifier and Type | Method and Description |
|---|---|
protected List<ClientProfileRepresentation> |
DefaultClientPolicyManagerFactory.getGlobalClientProfiles(KeycloakSession session)
When this method is called, assumption is that CLIENT_POLICIES feature is enabled
|
| Constructor and Description |
|---|
DefaultClientPolicyManager(KeycloakSession session,
Supplier<List<ClientProfileRepresentation>> globalClientProfilesSupplier) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.