Package com.sas.lsaf.security.privilege
Interface Privilege
-
- All Superinterfaces:
Identifiable
,java.io.Serializable
- All Known Implementing Classes:
GlobalPrivilege
,ScopedPrivilege
public interface Privilege extends Identifiable
A privilege represents a capability to perform some function or action in the system.- Since:
- 2.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
Gets the name of this privilege.-
Methods inherited from interface com.sas.lsaf.core.Identifiable
getId, getTypeId
-
-