Package | Description |
---|---|
org.keycloak.models.utils | |
org.keycloak.representations.idm |
Modifier and Type | Method and Description |
---|---|
static void |
RepresentationToModel.importRoles(RolesRepresentation realmRoles,
RealmModel realm) |
Modifier and Type | Field and Description |
---|---|
protected RolesRepresentation |
RealmRepresentation.roles |
protected RolesRepresentation |
PartialImportRepresentation.roles |
Modifier and Type | Method and Description |
---|---|
RolesRepresentation |
RealmRepresentation.getRoles() |
RolesRepresentation |
PartialImportRepresentation.getRoles() |
Modifier and Type | Method and Description |
---|---|
void |
RealmRepresentation.setRoles(RolesRepresentation roles) |
void |
PartialImportRepresentation.setRoles(RolesRepresentation roles) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.