Package | Description |
---|---|
org.keycloak.admin.client.resource | |
org.keycloak.representations.idm |
Modifier and Type | Method and Description |
---|---|
GroupRepresentation |
RealmResource.getGroupByPath(String path) |
GroupRepresentation |
GroupResource.toRepresentation()
Does not expand hierarchy.
|
Modifier and Type | Method and Description |
---|---|
List<GroupRepresentation> |
RealmResource.getDefaultGroups() |
Set<GroupRepresentation> |
RoleResource.getRoleGroupMembers()
Get role groups
Returns groups that have the given role
|
Set<GroupRepresentation> |
RoleResource.getRoleGroupMembers(Integer firstResult,
Integer maxResults)
Get role groups
Returns groups that have the given role, paginated according to the query parameters
|
List<GroupRepresentation> |
UserResource.groups() |
List<GroupRepresentation> |
GroupsResource.groups()
Get all groups.
|
List<GroupRepresentation> |
UserResource.groups(Integer firstResult,
Integer maxResults) |
List<GroupRepresentation> |
GroupsResource.groups(Integer first,
Integer max)
Get groups by pagination params.
|
List<GroupRepresentation> |
UserResource.groups(String search,
Integer firstResult,
Integer maxResults) |
List<GroupRepresentation> |
GroupsResource.groups(String search,
Integer first,
Integer max)
Get groups by pagination params.
|
Modifier and Type | Method and Description |
---|---|
Response |
GroupsResource.add(GroupRepresentation rep)
create or add a top level realm groupSet or create child.
|
Response |
GroupResource.subGroup(GroupRepresentation rep)
Set or create child.
|
void |
GroupResource.update(GroupRepresentation rep)
Update group
|
Modifier and Type | Field and Description |
---|---|
protected List<GroupRepresentation> |
RealmRepresentation.groups |
protected List<GroupRepresentation> |
PartialImportRepresentation.groups |
protected List<GroupRepresentation> |
GroupRepresentation.subGroups |
Modifier and Type | Method and Description |
---|---|
GroupRepresentation |
GroupRepresentation.singleAttribute(String name,
String value) |
Modifier and Type | Method and Description |
---|---|
List<GroupRepresentation> |
RealmRepresentation.getGroups() |
List<GroupRepresentation> |
PartialImportRepresentation.getGroups() |
List<GroupRepresentation> |
GroupRepresentation.getSubGroups() |
Modifier and Type | Method and Description |
---|---|
void |
RealmRepresentation.setGroups(List<GroupRepresentation> groups) |
void |
PartialImportRepresentation.setGroups(List<GroupRepresentation> groups) |
void |
GroupRepresentation.setSubGroups(List<GroupRepresentation> subGroups) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.