Uses of Class
org.keycloak.representations.idm.GroupRepresentation
- 
- 
Uses of GroupRepresentation in org.keycloak.admin.client.resourceMethods in org.keycloak.admin.client.resource that return GroupRepresentation Modifier and Type Method Description GroupRepresentationRealmResource. getGroupByPath(String path)GroupRepresentationGroupResource. toRepresentation()Does not expand hierarchy.Methods in org.keycloak.admin.client.resource that return types with arguments of type GroupRepresentation Modifier and Type Method Description List<GroupRepresentation>RealmResource. getDefaultGroups()Set<GroupRepresentation>RoleResource. getRoleGroupMembers()Get role groupsSet<GroupRepresentation>RoleResource. getRoleGroupMembers(Integer firstResult, Integer maxResults)Get role groupsList<GroupRepresentation>GroupsResource. groups()Get all groups.List<GroupRepresentation>GroupsResource. groups(Integer first, Integer max)Get groups by pagination params.List<GroupRepresentation>GroupsResource. groups(String search, Boolean exact, Integer first, Integer max, boolean briefRepresentation)Get groups by pagination params.List<GroupRepresentation>GroupsResource. groups(String search, Integer first, Integer max)Get groups by pagination params.List<GroupRepresentation>GroupsResource. groups(String search, Integer first, Integer max, boolean briefRepresentation)Get groups by pagination params.List<GroupRepresentation>UserResource. groups()List<GroupRepresentation>UserResource. groups(Integer firstResult, Integer maxResults)List<GroupRepresentation>UserResource. groups(Integer firstResult, Integer maxResults, boolean briefRepresentation)List<GroupRepresentation>UserResource. groups(String search, boolean briefRepresentation)List<GroupRepresentation>UserResource. groups(String search, Integer firstResult, Integer maxResults)List<GroupRepresentation>UserResource. groups(String search, Integer firstResult, Integer maxResults, boolean briefRepresentation)List<GroupRepresentation>GroupsResource. query(String searchQuery)Methods in org.keycloak.admin.client.resource with parameters of type GroupRepresentation Modifier and Type Method Description javax.ws.rs.core.ResponseGroupsResource. add(GroupRepresentation rep)create or add a top level realm groupSet or create child.javax.ws.rs.core.ResponseGroupResource. subGroup(GroupRepresentation rep)Set or create child.voidGroupResource. update(GroupRepresentation rep)Update group
- 
Uses of GroupRepresentation in org.keycloak.models.utilsMethods in org.keycloak.models.utils that return GroupRepresentation Modifier and Type Method Description static GroupRepresentationModelToRepresentation. groupToBriefRepresentation(GroupModel g)static GroupRepresentationModelToRepresentation. toGroupHierarchy(GroupModel group, boolean full)static GroupRepresentationModelToRepresentation. toGroupHierarchy(GroupModel group, boolean full, String search)Deprecated.static GroupRepresentationModelToRepresentation. toGroupHierarchy(GroupModel group, boolean full, String search, Boolean exact)static GroupRepresentationModelToRepresentation. toGroupHierarchy(GroupModel group, boolean full, Map<String,String> attributes)static GroupRepresentationModelToRepresentation. toRepresentation(GroupModel group, boolean full)Methods in org.keycloak.models.utils that return types with arguments of type GroupRepresentation Modifier and Type Method Description static Stream<GroupRepresentation>ModelToRepresentation. searchForGroupByName(KeycloakSession session, RealmModel realm, boolean full, String search, Boolean exact, Integer first, Integer max)static Stream<GroupRepresentation>ModelToRepresentation. searchForGroupByName(RealmModel realm, boolean full, String search, Integer first, Integer max)Deprecated.static Stream<GroupRepresentation>ModelToRepresentation. searchForGroupByName(UserModel user, boolean full, String search, Integer first, Integer max)static Stream<GroupRepresentation>ModelToRepresentation. searchGroupsByAttributes(KeycloakSession session, RealmModel realm, boolean full, Map<String,String> attributes, Integer first, Integer max)static Stream<GroupRepresentation>ModelToRepresentation. toGroupHierarchy(RealmModel realm, boolean full)static Stream<GroupRepresentation>ModelToRepresentation. toGroupHierarchy(RealmModel realm, boolean full, Integer first, Integer max)static Stream<GroupRepresentation>ModelToRepresentation. toGroupHierarchy(UserModel user, boolean full)static Stream<GroupRepresentation>ModelToRepresentation. toGroupHierarchy(UserModel user, boolean full, Integer first, Integer max)Methods in org.keycloak.models.utils with parameters of type GroupRepresentation Modifier and Type Method Description static voidRepresentationToModel. importGroup(RealmModel realm, GroupModel parent, GroupRepresentation group)
- 
Uses of GroupRepresentation in org.keycloak.partialimportMethods in org.keycloak.partialimport that return types with arguments of type GroupRepresentation Modifier and Type Method Description List<GroupRepresentation>GroupsPartialImport. getRepList(PartialImportRepresentation partialImportRep)Methods in org.keycloak.partialimport with parameters of type GroupRepresentation Modifier and Type Method Description voidGroupsPartialImport. create(RealmModel realm, KeycloakSession session, GroupRepresentation groupRep)booleanGroupsPartialImport. exists(RealmModel realm, KeycloakSession session, GroupRepresentation groupRep)StringGroupsPartialImport. existsMessage(RealmModel realm, GroupRepresentation groupRep)StringGroupsPartialImport. getModelId(RealmModel realm, KeycloakSession session, GroupRepresentation groupRep)StringGroupsPartialImport. getName(GroupRepresentation group)voidGroupsPartialImport. remove(RealmModel realm, KeycloakSession session, GroupRepresentation groupRep)
- 
Uses of GroupRepresentation in org.keycloak.representations.idmFields in org.keycloak.representations.idm with type parameters of type GroupRepresentation Modifier and Type Field Description protected List<GroupRepresentation>PartialImportRepresentation. groupsprotected List<GroupRepresentation>RealmRepresentation. groupsprotected List<GroupRepresentation>GroupRepresentation. subGroupsMethods in org.keycloak.representations.idm that return GroupRepresentation Modifier and Type Method Description GroupRepresentationGroupRepresentation. 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 voidPartialImportRepresentation. setGroups(List<GroupRepresentation> groups)voidRealmRepresentation. setGroups(List<GroupRepresentation> groups)voidGroupRepresentation. setSubGroups(List<GroupRepresentation> subGroups)
- 
Uses of GroupRepresentation in org.keycloak.services.resources.accountMethods in org.keycloak.services.resources.account that return types with arguments of type GroupRepresentation Modifier and Type Method Description Stream<GroupRepresentation>AccountRestService. groupMemberships(boolean briefRepresentation)
- 
Uses of GroupRepresentation in org.keycloak.services.resources.adminMethods in org.keycloak.services.resources.admin that return GroupRepresentation Modifier and Type Method Description GroupRepresentationGroupResource. getGroup()GroupRepresentationRealmAdminResource. getGroupByPath(String path)Methods in org.keycloak.services.resources.admin that return types with arguments of type GroupRepresentation Modifier and Type Method Description Stream<GroupRepresentation>RealmAdminResource. getDefaultGroups()Get group hierarchy.Stream<GroupRepresentation>GroupsResource. getGroups(String search, String searchQuery, Boolean exact, Integer firstResult, Integer maxResults, boolean briefRepresentation)Get group hierarchy.Stream<GroupRepresentation>RoleContainerResource. getGroupsInRole(String roleName, Integer firstResult, Integer maxResults, boolean briefRepresentation)Returns a stream of groups that have the specified role nameStream<GroupRepresentation>UserResource. groupMembership(String search, Integer firstResult, Integer maxResults, boolean briefRepresentation)Methods in org.keycloak.services.resources.admin with parameters of type GroupRepresentation Modifier and Type Method Description javax.ws.rs.core.ResponseGroupResource. addChild(GroupRepresentation rep)Set or create child.javax.ws.rs.core.ResponseGroupsResource. addTopLevelGroup(GroupRepresentation rep)create or add a top level realm groupSet or create child.javax.ws.rs.core.ResponseGroupResource. updateGroup(GroupRepresentation rep)Update group, ignores subgroups.static voidGroupResource. updateGroup(GroupRepresentation rep, GroupModel model, RealmModel realm, KeycloakSession session)
 
-