java.lang.Object | |
↳ | com.atlassian.jira.application.MockApplicationRoleStore |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Get the
ApplicationRoleStore.ApplicationRoleData for the passed
com.atlassian.application.api.ApplicationKey. | |||||||||||
Remove the
ApplicationRoleStore.ApplicationRoleData associated with provided application key. | |||||||||||
Removes the association of the given group from all application roles in the database.
| |||||||||||
Save the passed
ApplicationRoleStore.ApplicationRoleData to the database. |
[Expand]
Inherited Methods | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||||
![]()
|
Get the ApplicationRoleStore.ApplicationRoleData
for the passed
com.atlassian.application.api.ApplicationKey.
key | the key to search for. |
---|
ApplicationRoleStore.ApplicationRoleData
for the passed
com.atlassian.application.api.ApplicationKey.
Remove the ApplicationRoleStore.ApplicationRoleData
associated with provided application key.
key | the key that represents the ApplicationRoleStore.ApplicationRoleData to be
removed.
|
---|
Removes the association of the given group from all application roles in the database. NOTE: Current implementation makes no effort to reassign the default group. This means that that you can be left with a role that has no default groups.
groupName | the name of the group to remove. |
---|
Save the passed ApplicationRoleStore.ApplicationRoleData
to the database.
data | the data to save to the database. |
---|
ApplicationRoleStore.ApplicationRoleData
as saved in the database.