java.lang.Object | |
↳ | com.atlassian.jira.dev.reference.plugin.security.CantCommentProjectPermissionOverride |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
The implementation of this method should return a description explaining how does the permission overriding
affects if the user has permissions to the selected project.
| |||||||||||
The implementation of this method is supposed to either deny permissions or abstain from decision if the user
has permissions to the selected project.
|
[Expand]
Inherited Methods | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||
![]()
|
The implementation of this method should return a description explaining how does the permission overriding affects if the user has permissions to the selected project.
projectPermissionKey | identifier of the project permission. |
---|---|
project | project to which permissions are checked. |
applicationUser | whose permissions are checked. This can be null when check is performed for anonymous user. |
The implementation of this method is supposed to either deny permissions or abstain from decision if the user has permissions to the selected project. It is not allowed to override global permissions and BROWSE permission to the project.
projectPermissionKey | identifier of the project permission. |
---|---|
project | project to which permissions are overridden. This can be null when check is performed for anonymous user. |
applicationUser | whose permissions are going to be overriden. |