Interface ScopedPrivilegeService


public interface ScopedPrivilegeService
A service to access the scoped privileges available at a given repository context.
Since:
1.2
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the set of scoped privileges that are available for assignment.
  • Method Details

    • getAvailablePrivileges

      Set<ScopedPrivilege> getAvailablePrivileges()
      Gets the set of scoped privileges that are available for assignment.
      Returns:
      The set of ScopedPrivilege objects that are available for assignment.