public class GroupResource extends Object
| Constructor and Description |
|---|
GroupResource(RealmModel realm,
GroupModel group,
KeycloakSession session,
RealmAuth auth,
AdminEventBuilder adminEvent) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
addChild(GroupRepresentation rep)
Set or create child.
|
void |
deleteGroup() |
GroupRepresentation |
getGroup() |
List<UserRepresentation> |
getMembers(Integer firstResult,
Integer maxResults)
Get users
Returns a list of users, filtered according to query parameters
|
RoleMapperResource |
getRoleMappings() |
void |
updateGroup(GroupRepresentation rep)
Update group, ignores subgroups.
|
static void |
updateGroup(GroupRepresentation rep,
GroupModel model) |
public GroupResource(RealmModel realm, GroupModel group, KeycloakSession session, RealmAuth auth, AdminEventBuilder adminEvent)
public GroupRepresentation getGroup()
public void updateGroup(GroupRepresentation rep)
rep - public void deleteGroup()
public javax.ws.rs.core.Response addChild(GroupRepresentation rep)
rep - public static void updateGroup(GroupRepresentation rep, GroupModel model)
public RoleMapperResource getRoleMappings()
public List<UserRepresentation> getMembers(Integer firstResult, Integer maxResults)
firstResult - Pagination offsetmaxResults - Pagination sizeCopyright © 2016 JBoss by Red Hat. All rights reserved.