Interface | Description |
---|---|
DirectoryGroup |
A representation of a per-directory group
|
GroupAdministrationConfigurationService |
Checks, assigns and revokes access to administer groups by other groups and users
|
GroupAdministrationPermissionService |
Allows clients to check group permissions of users
|
GroupGroupAdministrationMapping |
Represents an administration mapping of group to group
|
GroupLevelAdminStatsHelper | |
PermissionManager |
Permission Manager for Crowd to validate Directory Permissions and
Application-Directory permissions.
|
PermittedGroup |
A DirectoryGroup with a corresponding UserPermission.
|
SingleGroupAdministrationMappings |
Represents mappings of users and group to a particular group
|
UserGroupAdministrationMapping |
Represents an administration mapping of user to a group
|
UserPermissionAdminService | |
UserPermissionService |
Check Crowd access permissions for users, eg SYS_ADMIN and ADMIN.
|
Class | Description |
---|---|
AdministeredGroupsQuery |
Encapsulates a query for groups administered by a user.
|
DirectoryGroupImpl |
Non-persisted implementation to return to the service layer
|
GroupAdministrationMapping |
A class which inheritors can extend to create mappings of some entities to groups they can be administrators of
|
GroupLevelAdminCounters | |
GroupLevelAdminStats | |
GroupLevelAdminStats.Builder | |
GroupLevelAdminStatsHelperImpl |
Helper class for corresponding collector.
|
PermissionManagerImpl |
Implementation of the
PermissionManager . |
PermittedGroupImpl |
Convenience implementation (non persisted) to return to the service layer
|
RecoveryModeAwareUserPermissionService | |
RemoveGrantedPermissionsFromGroup |
Removes internal permissions from group so that it can be deleted without
violating any foreign key constraints.
|
UserPermissionAdminServiceImpl |
All methods on this class require at least ADMIN permissions.
|
UserPermissionServiceImpl |
Exception | Description |
---|---|
AnonymousUserPermissionException |
Thrown when the user is not logged in but attempts to perform an action
which requires an authenticated user.
|
UserPermissionDowngradeException |
Thrown when a User can not remove permissions from a group specifically because doing so
would downgrade their own permissions.
|
UserPermissionException |
Thrown when a range of permission based exceptions occur.
|
Copyright © 2021 Atlassian. All rights reserved.