| Package | Description | 
|---|---|
| com.edorasware.one.identity.group | |
| com.edorasware.one.identity.group.internal | 
| Modifier and Type | Method and Description | 
|---|---|
Group | 
Group.Builder.build()
Build the group object. 
 | 
static Group | 
GroupUtils.convertToGroup(AnyWorkObject groupAnyWorkObject)
Converts an  
AnyWorkObject user to a Group object. | 
static Group | 
Group.from(String id,
    String tenantId,
    String accountId,
    String displayName)
Creates a new  
Group instance from the given attributes. | 
static Group | 
Group.from(String id,
    String externalId,
    String tenantId,
    String accountId,
    String displayName,
    GroupType type)
Creates a new  
Group instance from the given attributes with the ability to set an external group id. | 
Group | 
GroupManager.getGroup(String groupId)
Returns the group with the given id. 
 | 
Group | 
GroupService.getGroup(String groupId)
Returns the  
Group with the given id. | 
| Modifier and Type | Method and Description | 
|---|---|
Optional<Group> | 
GroupManager.findGroup(Predicate predicate)
Finds the  
Group that matches the given predicate. | 
Optional<Group> | 
GroupService.findGroup(Predicate predicate,
         GroupService.GroupSearchScope searchScope)
Finds the  
Group that matches the given predicate. | 
com.google.common.collect.ImmutableList<Group> | 
GroupManager.findGroups(Predicate predicate)
Finds the  
Groups that match the given predicate. | 
com.google.common.collect.ImmutableList<Group> | 
GroupService.findGroups(Predicate predicate,
          GroupService.GroupSearchScope searchScope)
Finds the  
Groups that match the given predicate. | 
| Modifier and Type | Method and Description | 
|---|---|
static Group.Builder | 
Group.builder(Group groupTemplate)
 | 
static AnyWorkObject | 
GroupUtils.convertToWorkObject(Group group)
Converts a  
Group to an AnyWorkObject group object. | 
String | 
GroupManager.createGroup(Group group)
 | 
String | 
GroupService.createGroup(Group group)
 | 
String | 
GroupManager.updateGroup(Group group)
Updates an already persisted group. 
 | 
String | 
GroupService.updateGroup(Group group)
Updates an already persisted group. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Group | 
DefaultGroupManager.getGroup(String groupId)  | 
Group | 
DefaultGroupService.getGroup(String groupId)  | 
| Modifier and Type | Method and Description | 
|---|---|
Optional<Group> | 
DefaultGroupManager.findGroup(Predicate predicate)  | 
Optional<Group> | 
DefaultGroupService.findGroup(Predicate predicate,
         GroupService.GroupSearchScope searchScope)  | 
com.google.common.collect.ImmutableList<Group> | 
DefaultGroupManager.findGroups(Predicate predicate)  | 
com.google.common.collect.ImmutableList<Group> | 
DefaultGroupService.findGroups(Predicate predicate,
          GroupService.GroupSearchScope searchScope)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
DefaultGroupManager.createGroup(Group group)  | 
String | 
DefaultGroupService.createGroup(Group group)  | 
String | 
DefaultGroupManager.updateGroup(Group group)  | 
String | 
DefaultGroupService.updateGroup(Group group)  | 
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.