Uses of Interface
com.atlassian.crowd.model.group.GroupWithAttributes
Packages that use GroupWithAttributes
Package
Description
-
Uses of GroupWithAttributes in com.atlassian.crowd.directory
Methods in com.atlassian.crowd.directory that return GroupWithAttributesModifier and TypeMethodDescriptionAbstractForwardingDirectory.findGroupWithAttributesByName
(String name) AbstractInternalDirectory.findGroupWithAttributesByName
(String name) AuditingDirectoryDecorator.findGroupWithAttributesByName
(String name) AzureAdDirectory.findGroupWithAttributesByName
(String name) DbCachingRemoteChangeOperations.findGroupWithAttributesByName
(String name) DirectoryCacheChangeOperations.findGroupWithAttributesByName
(String name) DirectoryCacheImplUsingChangeOperations.findGroupWithAttributesByName
(String name) MockSimpleRemoteDirectory.findGroupWithAttributesByName
(String name) RemoteCrowdDirectory.findGroupWithAttributesByName
(String name) RemoteDirectory.findGroupWithAttributesByName
(String name) Finds thegroup
that matches the suppliedname
.Methods in com.atlassian.crowd.directory that return types with arguments of type GroupWithAttributesModifier and TypeMethodDescriptionorg.apache.commons.lang3.tuple.Pair<List<UserWithAttributes>,
List<GroupWithAttributes>> AzureMembershipHelper.getDirectChildren
(String groupId) Returns direct children of a group.AzureAdDirectory.getFilteredGroups()
-
Uses of GroupWithAttributes in com.atlassian.crowd.directory.cache
Methods in com.atlassian.crowd.directory.cache that return types with arguments of type GroupWithAttributesModifier and TypeMethodDescriptionprotected List<GroupWithAttributes>
UserFilterableNonDeltaQueryCacheRefresher.findAllRemoteGroups
(boolean withAttributes) -
Uses of GroupWithAttributes in com.atlassian.crowd.directory.ldap.cache
Fields in com.atlassian.crowd.directory.ldap.cache with type parameters of type GroupWithAttributesModifier and TypeFieldDescriptionfinal Map<String,
GroupWithAttributes> MockDirectoryCache.groupWithAttributesHashMap
final Map<String,
GroupWithAttributes> MockDirectoryCache.localGroups
Methods in com.atlassian.crowd.directory.ldap.cache that return GroupWithAttributesMethods in com.atlassian.crowd.directory.ldap.cache that return types with arguments of type GroupWithAttributesModifier and TypeMethodDescriptionprotected List<GroupWithAttributes>
RemoteDirectoryCacheRefresher.findAllRemoteGroups
(boolean withAttributes) protected PartialSynchronisationResult<? extends GroupWithAttributes>
EventTokenChangedCacheRefresher.synchroniseAllGroups
(DirectoryCache directoryCache) protected PartialSynchronisationResult<? extends GroupWithAttributes>
RemoteDirectoryCacheRefresher.synchroniseAllGroups
(DirectoryCache directoryCache) -
Uses of GroupWithAttributes in com.atlassian.crowd.directory.synchronisation.cache
Classes in com.atlassian.crowd.directory.synchronisation.cache with type parameters of type GroupWithAttributesMethods in com.atlassian.crowd.directory.synchronisation.cache that return GroupWithAttributes -
Uses of GroupWithAttributes in com.atlassian.crowd.embedded.core.util
Methods in com.atlassian.crowd.embedded.core.util with parameters of type GroupWithAttributesModifier and TypeMethodDescriptionstatic GroupWithAttributes
ConversionUtils.toEmbeddedGroupWithAttributes
(GroupWithAttributes modelGroup) Converts a directory-specific model group (with attributes) into a directory-agnostic embedded/application group (with attributes). -
Uses of GroupWithAttributes in com.atlassian.crowd.embedded.spi
Methods in com.atlassian.crowd.embedded.spi that return GroupWithAttributesModifier and TypeMethodDescriptionGroupDao.findByNameWithAttributes
(long directoryId, String name) Finds group by name. -
Uses of GroupWithAttributes in com.atlassian.crowd.integration.rest.entity
Classes in com.atlassian.crowd.integration.rest.entity that implement GroupWithAttributes -
Uses of GroupWithAttributes in com.atlassian.crowd.integration.rest.service
Methods in com.atlassian.crowd.integration.rest.service that return GroupWithAttributesMethods in com.atlassian.crowd.integration.rest.service that return types with arguments of type GroupWithAttributesModifier and TypeMethodDescriptionRestCrowdClient.getGroupsWithAttributesForUser
(String userName, int startIndex, int maxResults) RestCrowdClient.searchGroupsWithAttributes
(SearchRestriction searchRestriction, int startIndex, int maxResults) -
Uses of GroupWithAttributes in com.atlassian.crowd.integration.rest.util
Methods in com.atlassian.crowd.integration.rest.util that return types with arguments of type GroupWithAttributesModifier and TypeMethodDescriptionstatic List<GroupWithAttributes>
EntityTranslator.toGroupWithAttributesList
(GroupEntityList groupEntityList) Transforms GroupEntityList into a list of groups with attributes. -
Uses of GroupWithAttributes in com.atlassian.crowd.manager.application
Methods in com.atlassian.crowd.manager.application that return GroupWithAttributesModifier and TypeMethodDescriptionAbstractDelegatingApplicationService.findGroupWithAttributesByName
(Application application, String name) ApplicationService.findGroupWithAttributesByName
(Application application, String name) Returns the first group with the matching groupname from all the active directories assigned to the application.ApplicationServiceGeneric.findGroupWithAttributesByName
(Application application, String name) TranslatingApplicationService.findGroupWithAttributesByName
(Application application, String name) -
Uses of GroupWithAttributes in com.atlassian.crowd.manager.application.canonicality
Methods in com.atlassian.crowd.manager.application.canonicality that return GroupWithAttributesModifier and TypeMethodDescriptionCanonicalEntityByNameFinder.findGroupWithAttributesByName
(String name) -
Uses of GroupWithAttributes in com.atlassian.crowd.manager.directory
Methods in com.atlassian.crowd.manager.directory that return GroupWithAttributesModifier and TypeMethodDescriptionDirectoryManager.findGroupWithAttributesByName
(long directoryId, String groupName) Returns the group with all attributes matching the supplied groupName in the directory specified by the passed indirectoryId
..DirectoryManagerGeneric.findGroupWithAttributesByName
(long directoryId, String groupName) -
Uses of GroupWithAttributes in com.atlassian.crowd.manager.recovery
Methods in com.atlassian.crowd.manager.recovery that return GroupWithAttributesModifier and TypeMethodDescriptionRecoveryModeRemoteDirectory.findGroupWithAttributesByName
(String name) -
Uses of GroupWithAttributes in com.atlassian.crowd.model.group
Classes in com.atlassian.crowd.model.group that implement GroupWithAttributesModifier and TypeClassDescriptionclass
Implementation of GroupWithAttributes that simply delegates to an underlying Group and Attributes object.class
Mutable group template with mutable attributes.final class
final class
class
Encapsulates the concept of group which has attributes.class
Methods in com.atlassian.crowd.model.group with parameters of type GroupWithAttributesModifier and TypeMethodDescriptionImmutableGroupWithAttributes.builder
(GroupWithAttributes group) static ImmutableGroupWithAttributes
ImmutableGroupWithAttributes.from
(GroupWithAttributes group) Constructors in com.atlassian.crowd.model.group with parameters of type GroupWithAttributesModifierConstructorDescriptionCreates new GroupTemplateWithAttributes based on the given group and attributes. -
Uses of GroupWithAttributes in com.atlassian.crowd.service.client
Methods in com.atlassian.crowd.service.client that return GroupWithAttributesModifier and TypeMethodDescriptionCrowdClient.getGroupWithAttributes
(String name) Gets a group with attributes by name.Methods in com.atlassian.crowd.service.client that return types with arguments of type GroupWithAttributesModifier and TypeMethodDescriptionCrowdClient.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.CrowdClient.searchGroupsWithAttributes
(SearchRestriction searchRestriction, int startIndex, int maxResults) Searches for groups (with their attributes) matching the following criteria.