Package | Description |
---|---|
com.sas.lsaf.security.privilege |
Service and classes for identifying and using privileges in the system.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
Set<Privilege> |
InvalidPrivilegeException.getPrivileges()
Gets the set of invalid privileges.
|
Constructor and Description |
---|
InvalidPrivilegeException(String message,
Set<Privilege> privileges)
Constructs an
InvalidPrivilegeException with the specified detail message and invalid privileges. |
Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA