Package com.sas.lsaf.security.privilege
Class GlobalPrivilege
java.lang.Object
com.sas.lsaf.core.AbstractIdentifiable
com.sas.lsaf.security.privilege.GlobalPrivilege
- All Implemented Interfaces:
Identifiable,Privilege,Serializable
A global privilege represents a capability to perform some global function or global action in the system.
- Since:
- 1.1
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGlobalPrivilege(String id, String name) Constructor that specifies the unique identifier and name of this global privilege. -
Method Summary
Methods inherited from class com.sas.lsaf.core.AbstractIdentifiable
getId, getTypeIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.sas.lsaf.core.Identifiable
getId, getTypeId
-
Constructor Details
-
GlobalPrivilege
Constructor that specifies the unique identifier and name of this global privilege.- Parameters:
id- the unique identifier for this global privilege.name- the display name for this privilege.
-
-
Method Details
-
getName
Gets the name of this global privilege. -
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractIdentifiable
-
equals
- Overrides:
equalsin classAbstractIdentifiable
-
toString
- Overrides:
toStringin classAbstractIdentifiable
-