Uses of Class
org.keycloak.representations.idm.GroupRepresentation
-
Packages that use GroupRepresentation Package Description org.keycloak.representations.idm -
-
Uses of GroupRepresentation in org.keycloak.representations.idm
Fields in org.keycloak.representations.idm with type parameters of type GroupRepresentation Modifier and Type Field Description protected List<GroupRepresentation>
PartialImportRepresentation. groups
protected List<GroupRepresentation>
RealmRepresentation. groups
protected List<GroupRepresentation>
GroupRepresentation. subGroups
Methods in org.keycloak.representations.idm that return GroupRepresentation Modifier and Type Method Description GroupRepresentation
GroupRepresentation. singleAttribute(String name, String value)
Methods in org.keycloak.representations.idm that return types with arguments of type GroupRepresentation Modifier and Type Method Description List<GroupRepresentation>
PartialImportRepresentation. getGroups()
List<GroupRepresentation>
RealmRepresentation. getGroups()
List<GroupRepresentation>
GroupRepresentation. getSubGroups()
Method parameters in org.keycloak.representations.idm with type arguments of type GroupRepresentation Modifier and Type Method Description void
PartialImportRepresentation. setGroups(List<GroupRepresentation> groups)
void
RealmRepresentation. setGroups(List<GroupRepresentation> groups)
void
GroupRepresentation. setSubGroups(List<GroupRepresentation> subGroups)
-