Interface SetSpacePermissionChecker
-
- All Known Implementing Classes:
DefaultSetSpacePermissionChecker,SpacePermissionDefaultsPermissionChecker
public interface SetSpacePermissionCheckerClass that checks whether a user has sufficient privileges to set aSpacePermission. Setting space permissions includes both being able to add a new one or removing an exising one. This class is necessary as we cannot perform this check through thePermissionManager.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancanSetPermission(com.atlassian.user.User user, SpacePermission spacePermission)
-
-
-
Method Detail
-
canSetPermission
boolean canSetPermission(com.atlassian.user.User user, SpacePermission spacePermission)
-
-