Package | Description |
---|---|
org.keycloak.models.utils | |
org.keycloak.partialimport | |
org.keycloak.representations.idm | |
org.keycloak.services.resources.admin |
Modifier and Type | Method and Description |
---|---|
static GroupRepresentation |
ModelToRepresentation.toGroupHierarchy(GroupModel group,
boolean full) |
static GroupRepresentation |
ModelToRepresentation.toRepresentation(GroupModel group,
boolean full) |
Modifier and Type | Method and Description |
---|---|
static List<GroupRepresentation> |
ModelToRepresentation.toGroupHierarchy(RealmModel realm,
boolean full) |
Modifier and Type | Method and Description |
---|---|
static void |
RepresentationToModel.importGroup(RealmModel realm,
GroupModel parent,
GroupRepresentation group) |
Modifier and Type | Method and Description |
---|---|
List<GroupRepresentation> |
GroupsPartialImport.getRepList(PartialImportRepresentation partialImportRep) |
Modifier and Type | Method and Description |
---|---|
void |
GroupsPartialImport.create(RealmModel realm,
KeycloakSession session,
GroupRepresentation groupRep) |
boolean |
GroupsPartialImport.exists(RealmModel realm,
KeycloakSession session,
GroupRepresentation groupRep) |
String |
GroupsPartialImport.existsMessage(GroupRepresentation groupRep) |
String |
GroupsPartialImport.getModelId(RealmModel realm,
KeycloakSession session,
GroupRepresentation groupRep) |
String |
GroupsPartialImport.getName(GroupRepresentation group) |
void |
GroupsPartialImport.remove(RealmModel realm,
KeycloakSession session,
GroupRepresentation groupRep) |
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) |
Modifier and Type | Method and Description |
---|---|
GroupRepresentation |
GroupResource.getGroup() |
GroupRepresentation |
RealmAdminResource.getGroupByPath(String path) |
Modifier and Type | Method and Description |
---|---|
List<GroupRepresentation> |
RealmAdminResource.getDefaultGroups()
Get group hierarchy.
|
List<GroupRepresentation> |
GroupsResource.getGroups()
Get group hierarchy.
|
List<GroupRepresentation> |
UsersResource.groupMembership(String id) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
GroupResource.addChild(GroupRepresentation rep)
Set or create child.
|
javax.ws.rs.core.Response |
GroupsResource.addTopLevelGroup(GroupRepresentation rep)
create or add a top level realm groupSet or create child.
|
void |
GroupResource.updateGroup(GroupRepresentation rep)
Update group, ignores subgroups.
|
static void |
GroupResource.updateGroup(GroupRepresentation rep,
GroupModel model) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.