public interface GroupAdministrationConfigurationService
| Modifier and Type | Method and Description |
|---|---|
SingleGroupAdministrationMappings |
getGroupAdministrators(Group group)
Searches and returns all administrators a given group
|
void |
grantGroupPermissions(GroupGroupAdministrationMapping mapping)
Grants administration rights basing on the passed mapping
|
void |
grantGroupPermissions(UserGroupAdministrationMapping mapping)
Grants administration rights basing on the passed mapping
|
void |
revokeGroupPermissions(GroupGroupAdministrationMapping mapping)
Removes grant for the specified admin group and the target group
|
void |
revokeGroupPermissions(UserGroupAdministrationMapping mapping)
Removes grant for the specified admin user and the target group
|
void grantGroupPermissions(GroupGroupAdministrationMapping mapping) throws GroupNotFoundException, FeatureInaccessibleException
mapping - the mappingGroupNotFoundExceptionFeatureInaccessibleExceptionvoid grantGroupPermissions(UserGroupAdministrationMapping mapping) throws UserNotFoundException, GroupNotFoundException, FeatureInaccessibleException
mapping - the mappingUserNotFoundExceptionGroupNotFoundExceptionFeatureInaccessibleExceptionvoid revokeGroupPermissions(GroupGroupAdministrationMapping mapping) throws GroupNotFoundException, FeatureInaccessibleException
mapping - data regarding the admin group and the target groupGroupNotFoundExceptionFeatureInaccessibleExceptionvoid revokeGroupPermissions(UserGroupAdministrationMapping mapping) throws UserNotFoundException, GroupNotFoundException, FeatureInaccessibleException
mapping - data regarding the admin user and the target groupUserNotFoundExceptionGroupNotFoundExceptionFeatureInaccessibleExceptionSingleGroupAdministrationMappings getGroupAdministrators(Group group) throws GroupNotFoundException, FeatureInaccessibleException
group - the groupGroupNotFoundExceptionFeatureInaccessibleExceptionCopyright © 2024 Atlassian. All rights reserved.