Uses of Class
org.bremersee.keycloak.api.model.GroupRepresentation
Packages that use GroupRepresentation
-
Uses of GroupRepresentation in org.bremersee.keycloak.api.model
Methods in org.bremersee.keycloak.api.model that return GroupRepresentationModifier and TypeMethodDescriptionGroupRepresentation.addRealmRolesItem(String realmRolesItem) GroupRepresentation.addSubGroupsItem(GroupRepresentation subGroupsItem) GroupRepresentation.attributes(Map<String, List<String>> attributes) GroupRepresentation.clientRoles(Map<String, List<String>> clientRoles) GroupRepresentation.description(String description) GroupRepresentation.putAccessItem(String key, Boolean accessItem) GroupRepresentation.putAttributesItem(String key, List<String> attributesItem) GroupRepresentation.putClientRolesItem(String key, List<String> clientRolesItem) GroupRepresentation.realmRoles(List<String> realmRoles) GroupRepresentation.subGroupCount(Long subGroupCount) GroupRepresentation.subGroups(List<@Valid GroupRepresentation> subGroups) Methods in org.bremersee.keycloak.api.model that return types with arguments of type GroupRepresentationModifier and TypeMethodDescription@Valid List<@Valid GroupRepresentation> OrganizationRepresentation.getGroups()Get groups@Valid List<@Valid GroupRepresentation> RealmRepresentation.getGroups()Get groups@Valid List<@Valid GroupRepresentation> GroupRepresentation.getSubGroups()Get subGroupsMethods in org.bremersee.keycloak.api.model with parameters of type GroupRepresentationModifier and TypeMethodDescriptionOrganizationRepresentation.addGroupsItem(GroupRepresentation groupsItem) RealmRepresentation.addGroupsItem(GroupRepresentation groupsItem) GroupRepresentation.addSubGroupsItem(GroupRepresentation subGroupsItem) Method parameters in org.bremersee.keycloak.api.model with type arguments of type GroupRepresentationModifier and TypeMethodDescriptionOrganizationRepresentation.groups(List<@Valid GroupRepresentation> groups) RealmRepresentation.groups(List<@Valid GroupRepresentation> groups) voidOrganizationRepresentation.setGroups(List<@Valid GroupRepresentation> groups) voidRealmRepresentation.setGroups(List<@Valid GroupRepresentation> groups) voidGroupRepresentation.setSubGroups(List<@Valid GroupRepresentation> subGroups) GroupRepresentation.subGroups(List<@Valid GroupRepresentation> subGroups)