Package com.sas.lsaf.security.privilege
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 TypeMethodDescriptionGets 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
ScopedPrivilegeobjects that are available for assignment.
-