| Interface | Description |
|---|---|
| SpacePermissionAccessMapper |
Centralised logic to determine how permissions should be checked, depending on a user's type of access to
Confluence (see
ConfluenceAccessManager). |
| Class | Description |
|---|---|
| AccessDenied |
A simple return type representing the state where a user (logged in our anonymous) does not have access to Confluence
or a given permission type is invalid for a user (depending on their
AccessStatus), so they cannot be granted
the permission. |
| ActionAccessChecker |
Grants or denies the current user access to the action method currently being invoked, depending on which access
check annotations are present.
|
| DefaultSpacePermissionAccessMapper |
| Enum | Description |
|---|---|
| ActionAccessChecker.AccessDecision | |
| SpacePermissionSubjectType |
A space permission subject type grants permissions to a user.
|
Copyright © 2003–2017 Atlassian. All rights reserved.