java.lang.Object | |
↳ | com.atlassian.jira.web.bean.PermissionCheckBean |
This bean class allows for "concise" permission checks to be made. Its therefore useful in jsp/velocity contexts for check that the user has permission to see something and hence the UI can be adjusted appropriately.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Tells whether the configured user (if any) has admin permission.
| |||||||||||
Returns true if the user has permission to
BROWSE the issue |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Tells whether the configured user (if any) has admin permission.
Returns true if the user has permission to BROWSE
the issue
issue | the issue in question to be checked |
---|
BROWSE
the issue.IllegalArgumentException | if the issue object is nhull |
---|