Package | Description |
---|---|
org.keycloak.admin.client.resource | |
org.keycloak.representations.idm | |
org.keycloak.services.clientpolicy |
Modifier and Type | Method and Description |
---|---|
RealmRepresentation |
RealmResource.partialExport(Boolean exportGroupsAndRoles,
Boolean exportClients) |
RealmRepresentation |
RealmResource.toRepresentation() |
Modifier and Type | Method and Description |
---|---|
List<RealmRepresentation> |
RealmsResource.findAll() |
Modifier and Type | Method and Description |
---|---|
void |
RealmsResource.create(RealmRepresentation realmRepresentation) |
void |
RealmResource.update(RealmRepresentation realmRepresentation) |
Modifier and Type | Method and Description |
---|---|
RealmRepresentation |
RealmRepresentation.setDockerAuthenticationFlow(String dockerAuthenticationFlow) |
Modifier and Type | Method and Description |
---|---|
void |
ClientPolicyManager.updateRealmModelFromRepresentation(RealmModel realm,
RealmRepresentation rep)
when importing a realm, or updating a realm, update model from the representation object
|
void |
ClientPolicyManager.updateRealmRepresentationFromModel(RealmModel realm,
RealmRepresentation rep)
when exporting realm, or retrieve the realm for admin REST API, prepares the exported representation of the client profiles and policies.
|
Copyright © 2025 JBoss by Red Hat. All rights reserved.