Package com.sas.lsaf.security.privilege
Interface Privilege
- All Superinterfaces:
Identifiable,Serializable
- All Known Implementing Classes:
GlobalPrivilege,ScopedPrivilege
A privilege represents a capability to perform some function or action in the system.
- Since:
- 2.1
-
Method Summary
Methods inherited from interface com.sas.lsaf.core.Identifiable
getId, getTypeId
-
Method Details
-
getName
String getName()Gets the name of this privilege.- Returns:
- The name of this privilege.
-