Interface PermissionResolver
-
public interface PermissionResolver
The resolver is used to obtain the permissions for a global or space object
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<SpacePermission>
getPermissions()
Returns the current permissions set for the entity
-
-
-
Method Detail
-
getPermissions
List<SpacePermission> getPermissions()
Returns the current permissions set for the entity- Returns:
- the current permissions set for the entity
-
-