Package | Description |
---|---|
org.keycloak.representations.idm |
Modifier and Type | Field and Description |
---|---|
protected List<GroupRepresentation> |
RealmRepresentation.groups |
protected List<GroupRepresentation> |
PartialImportRepresentation.groups |
protected List<GroupRepresentation> |
GroupRepresentation.subGroups |
Modifier and Type | Method and Description |
---|---|
GroupRepresentation |
GroupRepresentation.singleAttribute(String name,
String value) |
Modifier and Type | Method and Description |
---|---|
List<GroupRepresentation> |
RealmRepresentation.getGroups() |
List<GroupRepresentation> |
PartialImportRepresentation.getGroups() |
List<GroupRepresentation> |
GroupRepresentation.getSubGroups() |
Modifier and Type | Method and Description |
---|---|
void |
RealmRepresentation.setGroups(List<GroupRepresentation> groups) |
void |
PartialImportRepresentation.setGroups(List<GroupRepresentation> groups) |
void |
GroupRepresentation.setSubGroups(List<GroupRepresentation> subGroups) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.