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:
LsafClient.getScopedPrivilegeService()
,ServiceManager.getScopedPrivilegeService()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set<ScopedPrivilege>
getAvailablePrivileges()
Gets the set of scoped privileges that are available for assignment.
-
-
-
Method Detail
-
getAvailablePrivileges
java.util.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.
-
-