Uses of Class
org.keycloak.representations.idm.GroupRepresentation
Packages that use GroupRepresentation
-
Uses of GroupRepresentation in org.keycloak.representations.idm
Fields in org.keycloak.representations.idm with type parameters of type GroupRepresentationModifier and TypeFieldDescriptionprotected List<GroupRepresentation>PartialImportRepresentation.groupsprotected List<GroupRepresentation>RealmRepresentation.groupsprotected List<GroupRepresentation>GroupRepresentation.subGroupsMethods in org.keycloak.representations.idm that return GroupRepresentationMethods in org.keycloak.representations.idm that return types with arguments of type GroupRepresentationModifier and TypeMethodDescriptionPartialImportRepresentation.getGroups()RealmRepresentation.getGroups()GroupRepresentation.getSubGroups()Methods in org.keycloak.representations.idm with parameters of type GroupRepresentationMethod parameters in org.keycloak.representations.idm with type arguments of type GroupRepresentationModifier and TypeMethodDescriptionvoidPartialImportRepresentation.setGroups(List<GroupRepresentation> groups) voidRealmRepresentation.setGroups(List<GroupRepresentation> groups) voidGroupRepresentation.setSubGroups(List<GroupRepresentation> subGroups)