Uses of Interface
com.sas.lsaf.security.privilege.Privilege
-
Packages that use Privilege Package Description com.sas.lsaf.security.privilege Service and classes for identifying and using privileges in the system. -
-
Uses of Privilege in com.sas.lsaf.security.privilege
Classes in com.sas.lsaf.security.privilege that implement Privilege Modifier and Type Class Description class
GlobalPrivilege
A global privilege represents a capability to perform some global function or global action in the system.class
ScopedPrivilege
A scoped privilege represents a capability to perform some scoped function or action in the repository hierarchy.Methods in com.sas.lsaf.security.privilege that return types with arguments of type Privilege Modifier and Type Method Description java.util.Set<Privilege>
InvalidPrivilegeException. getPrivileges()
Gets the set of invalid privileges.Constructor parameters in com.sas.lsaf.security.privilege with type arguments of type Privilege Constructor Description InvalidPrivilegeException(java.lang.String message, java.util.Set<Privilege> privileges)
Constructs anInvalidPrivilegeException
with the specified detail message and invalid privileges.
-