java.lang.Object | |
↳ | com.atlassian.jira.permission.SchemePermissions |
This class is deprecated.
Use PermissionManager
.
This class gets a list of all the permissions that can be part of a permission scheme. We want those permissions to be explicitly ordered as that influences the UI. Hence the manual initialization of specific maps. TODO: delete this class (see SOFT-80)
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the description for the permission
| |||||||||||
Get the name of the permission
| |||||||||||
Get a map of the permissions that can be part of a permission scheme.
| |||||||||||
Checks to see if the permission exists
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Gets the description for the permission
id | Id of the permission that you want to get the description for |
---|
Get the name of the permission
id | The permission Id |
---|
Get a map of the permissions that can be part of a permission scheme. This map contains the permission id and the permission name
Checks to see if the permission exists
id | The permission Id |
---|