Modifier and Type | Method and Description |
---|---|
org.apache.commons.lang3.tuple.Pair<List<UserWithAttributes>,List<GroupWithAttributes>> |
AzureMembershipHelper.getDirectChildren(String groupId)
Returns direct children of a group.
|
List<GroupWithAttributes> |
AzureAdDirectory.getFilteredGroups() |
Modifier and Type | Method and Description |
---|---|
protected List<GroupWithAttributes> |
UserFilterableNonDeltaQueryCacheRefresher.findAllRemoteGroups(boolean withAttributes) |
Modifier and Type | Field and Description |
---|---|
Map<String,GroupWithAttributes> |
MockDirectoryCache.groupWithAttributesHashMap |
Map<String,GroupWithAttributes> |
MockDirectoryCache.localGroups |
Modifier and Type | Method and Description |
---|---|
GroupWithAttributes |
MockDirectoryCache.findGroupWithAttributesByName(String name) |
Modifier and Type | Method and Description |
---|---|
protected List<GroupWithAttributes> |
RemoteDirectoryCacheRefresher.findAllRemoteGroups(boolean withAttributes) |
protected PartialSynchronisationResult<? extends GroupWithAttributes> |
RemoteDirectoryCacheRefresher.synchroniseAllGroups(DirectoryCache directoryCache) |
protected PartialSynchronisationResult<? extends GroupWithAttributes> |
EventTokenChangedCacheRefresher.synchroniseAllGroups(DirectoryCache directoryCache) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCacheRefresher<G extends GroupWithAttributes> |
Modifier and Type | Method and Description |
---|---|
GroupWithAttributes |
DirectoryCache.findGroupWithAttributesByName(String name) |
Modifier and Type | Method and Description |
---|---|
static GroupWithAttributes |
ConversionUtils.toEmbeddedGroupWithAttributes(GroupWithAttributes modelGroup)
Converts a directory-specific model group (with attributes) into a directory-agnostic
embedded/application group (with attributes).
|
Modifier and Type | Method and Description |
---|---|
GroupWithAttributes |
GroupDao.findByNameWithAttributes(long directoryId,
String name)
Finds group by name.
|
Modifier and Type | Class and Description |
---|---|
class |
GroupEntity
Represents a Group entity.
|
Modifier and Type | Method and Description |
---|---|
GroupWithAttributes |
RestCrowdClient.getGroupWithAttributes(String name) |
Modifier and Type | Method and Description |
---|---|
List<GroupWithAttributes> |
RestCrowdClient.getGroupsWithAttributesForUser(String userName,
int startIndex,
int maxResults) |
List<GroupWithAttributes> |
RestCrowdClient.searchGroupsWithAttributes(SearchRestriction searchRestriction,
int startIndex,
int maxResults) |
Modifier and Type | Method and Description |
---|---|
static List<GroupWithAttributes> |
EntityTranslator.toGroupWithAttributesList(GroupEntityList groupEntityList)
Transforms GroupEntityList into a list of groups with attributes.
|
Modifier and Type | Method and Description |
---|---|
GroupWithAttributes |
ApplicationServiceGeneric.findGroupWithAttributesByName(Application application,
String name) |
GroupWithAttributes |
TranslatingApplicationService.findGroupWithAttributesByName(Application application,
String name) |
GroupWithAttributes |
AbstractDelegatingApplicationService.findGroupWithAttributesByName(Application application,
String name) |
GroupWithAttributes |
ApplicationService.findGroupWithAttributesByName(Application application,
String name)
Returns the first group with the matching groupname
from all the active directories assigned to the application.
|
Modifier and Type | Method and Description |
---|---|
GroupWithAttributes |
DirectoryManagerGeneric.findGroupWithAttributesByName(long directoryId,
String groupName) |
GroupWithAttributes |
DirectoryManager.findGroupWithAttributesByName(long directoryId,
String groupName)
Returns the group with all attributes matching the supplied groupName in the directory specified by the passed in
directoryId .. |
Modifier and Type | Method and Description |
---|---|
GroupWithAttributes |
RecoveryModeRemoteDirectory.findGroupWithAttributesByName(String name) |
Modifier and Type | Class and Description |
---|---|
class |
DelegatingGroupWithAttributes
Implementation of GroupWithAttributes that simply delegates to an underlying Group and Attributes object.
|
class |
GroupTemplateWithAttributes
Mutable group template with mutable attributes.
|
class |
ImmutableDirectoryGroupWithAttributes |
class |
InternalGroupWithAttributes
Encapsulates the concept of group which has attributes.
|
class |
LDAPGroupWithAttributes |
Constructor and Description |
---|
GroupTemplateWithAttributes(GroupWithAttributes group)
Creates new GroupTemplateWithAttributes based on the given group and attributes.
|
Modifier and Type | Method and Description |
---|---|
GroupWithAttributes |
CrowdClient.getGroupWithAttributes(String name)
Gets a group with attributes by name.
|
Modifier and Type | Method and Description |
---|---|
List<GroupWithAttributes> |
CrowdClient.getGroupsWithAttributesForUser(String userName,
int startIndex,
int maxResults)
Searches for groups that a user is a member of, and returns those groups with all their attributes.
|
List<GroupWithAttributes> |
CrowdClient.searchGroupsWithAttributes(SearchRestriction searchRestriction,
int startIndex,
int maxResults)
Searches for groups (with their attributes) matching the following criteria.
|
Modifier and Type | Method and Description |
---|---|
static SOAPGroup |
ObjectTranslator.processGroupWithAttributes(GroupWithAttributes group,
List<String> nestedUserMembers) |
Copyright © 2020 Atlassian. All rights reserved.