Uses of Interface
com.sas.lsaf.security.privilege.Privilege
Packages that use Privilege
Package
Description
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 PrivilegeModifier and TypeClassDescriptionclassA global privilege represents a capability to perform some global function or global action in the system.classA 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 PrivilegeModifier and TypeMethodDescriptionInvalidPrivilegeException.getPrivileges()Gets the set of invalid privileges.Constructor parameters in com.sas.lsaf.security.privilege with type arguments of type PrivilegeModifierConstructorDescriptionInvalidPrivilegeException(String message, Set<Privilege> privileges) Constructs anInvalidPrivilegeExceptionwith the specified detail message and invalid privileges.