com.atlassian.jira.permission.management.ManagedPermissionSchemeHelper |
![]() |
A helper that can give out REST ready beans for permission scheme editing. Allows is to make rest requests AND pre-prime via data providers on the web page.
This is different to the official permission scheme REST API in that its shaped to help support the internal JIRA management screens, as opposed to the generic API. It has UI related data items that the public REST API has no use forPublic Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This allows a list of security types to be add to a list of permissions inside a permission scheme
| |||||||||||
Gets information that allows the manage permission scheme to be displayed
| |||||||||||
Gets information that allows the add to permission scheme to be displayed
| |||||||||||
Returns the security types split into primary and secondary types for display.
| |||||||||||
This allows a list of security types to be removed from a permission scheme
|
This allows a list of security types to be add to a list of permissions inside a permission scheme
user | the user in play |
---|---|
permissionSchemeId | the permission scheme to be deleted from |
inputBean | the grants things to add and to what permissions to add them to |
Gets information that allows the manage permission scheme to be displayed
user | the user in play |
---|---|
permissionSchemeId | the permission scheme to show |
Gets information that allows the add to permission scheme to be displayed
user | the user in play |
---|---|
permissionSchemeId | the permission scheme to be added to |
permissionKey | the key to add to |
Returns the security types split into primary and secondary types for display.
user | the user in play |
---|
This allows a list of security types to be removed from a permission scheme
user | the user in play |
---|---|
permissionSchemeId | the permission scheme to be deleted from |
grantsToDelete | the security type grants to remove from the scheme |