Uses of Interface
com.atlassian.crowd.manager.permission.DirectoryGroup
Packages that use DirectoryGroup
Package
Description
-
Uses of DirectoryGroup in com.atlassian.crowd.manager.directory
Methods in com.atlassian.crowd.manager.directory that return DirectoryGroupModifier and TypeMethodDescriptionMembershipService.getGroupDetails
(long directoryId, String groupName) Returns details of specific group -
Uses of DirectoryGroup in com.atlassian.crowd.manager.memberships
Methods in com.atlassian.crowd.manager.memberships that return DirectoryGroupModifier and TypeMethodDescriptionMembershipServiceImpl.getGroupDetails
(long directoryId, String groupName) -
Uses of DirectoryGroup in com.atlassian.crowd.manager.permission
Subinterfaces of DirectoryGroup in com.atlassian.crowd.manager.permissionModifier and TypeInterfaceDescriptioninterface
A DirectoryGroup with a corresponding UserPermission.Classes in com.atlassian.crowd.manager.permission that implement DirectoryGroupModifier and TypeClassDescriptionclass
Non-persisted implementation to return to the service layerclass
Convenience implementation (non persisted) to return to the service layerMethods in com.atlassian.crowd.manager.permission that return types with arguments of type DirectoryGroupModifier and TypeMethodDescriptionUserPermissionAdminService.findGroups
(int start, int limit) List all groups that the Crowd console application can see.UserPermissionAdminServiceImpl.findGroups
(int start, int limit) UserPermissionAdminService.findGroupsByPrefix
(String prefix, int start, int limit) List all groups that the Crowd console application can see, filtered by prefix.UserPermissionAdminServiceImpl.findGroupsByPrefix
(String prefix, int start, int limit) Methods in com.atlassian.crowd.manager.permission with parameters of type DirectoryGroupModifier and TypeMethodDescriptionvoid
UserPermissionAdminService.revokePermissionsForGroup
(DirectoryGroup group) Remove all permissions from the given group.void
UserPermissionAdminServiceImpl.revokePermissionsForGroup
(DirectoryGroup group) Method parameters in com.atlassian.crowd.manager.permission with type arguments of type DirectoryGroupModifier and TypeMethodDescriptionboolean
RecoveryModeAwareUserPermissionService.hasPermissionOutsideOfGroups
(String username, UserPermission permission, Collection<DirectoryGroup> excludedGroups) boolean
UserPermissionService.hasPermissionOutsideOfGroups
(String username, UserPermission permission, Collection<DirectoryGroup> excludedGroups) Does the provided user have the provided permission when not considering the provided groups.boolean
UserPermissionServiceImpl.hasPermissionOutsideOfGroups
(String username, UserPermission permission, Collection<DirectoryGroup> excludedGroups) void
UserPermissionAdminService.setPermissionForGroups
(List<? extends DirectoryGroup> directoryGroupPairs, UserPermission permission) Set the granted permissions for each directoryGroup to permission.void
UserPermissionAdminServiceImpl.setPermissionForGroups
(List<? extends DirectoryGroup> directoryGroups, UserPermission permission) -
Uses of DirectoryGroup in com.atlassian.crowd.model.permission
Classes in com.atlassian.crowd.model.permission that implement DirectoryGroup -
Uses of DirectoryGroup in com.atlassian.crowd.plugin.rest.entity
Classes in com.atlassian.crowd.plugin.rest.entity that implement DirectoryGroup -
Uses of DirectoryGroup in com.atlassian.crowd.test.matchers
Classes in com.atlassian.crowd.test.matchers with type parameters of type DirectoryGroupMethods in com.atlassian.crowd.test.matchers with type parameters of type DirectoryGroupModifier and TypeMethodDescriptionstatic <T extends DirectoryGroup>
DirectoryGroupMatcher<T>CrowdMatchers.directoryGroup()
static <T extends DirectoryGroup>
DirectoryGroupMatcher<T>DirectoryGroupMatcher.group()
A matcher that matches any directoryGroup.static <T extends DirectoryGroup>
DirectoryGroupMatcher<T>A matcher that matches any directoryGroup; synonymous withDirectoryGroupMatcher.group()
but its argument is used to set the matcher type.