| Interface | Description |
|---|---|
| PermissionEnforcer |
Allows clients to easily verify that the caller has sufficient permission to access the resource.
|
| Exception | Description |
|---|---|
| AuthorisationException |
Exception that is thrown by one of the enforce methods in
PermissionEnforcer when the current user does not
have the required level of access. |
| NotAuthenticatedException |
Exception that is thrown by one of the enforce methods in
PermissionEnforcer when the current user does not
have the required level of access because the user is not authenticated. |
Copyright © 2018 Atlassian. All rights reserved.