Interface SetSpacePermissionChecker
-
- All Known Implementing Classes:
DefaultSetSpacePermissionChecker
,SpacePermissionDefaultsPermissionChecker
public interface SetSpacePermissionChecker
Class 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 boolean
canSetPermission(com.atlassian.user.User user, SpacePermission spacePermission)
-
-
-
Method Detail
-
canSetPermission
boolean canSetPermission(com.atlassian.user.User user, SpacePermission spacePermission)
-
-