java.lang.Object | |
↳ | com.atlassian.jira.permission.management.ManagedPermissionSchemeHelperImpl |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public 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
|
[Expand]
Inherited Methods | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||||||
![]()
|
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 |