Class GlobalPrivilege

java.lang.Object
com.sas.lsaf.core.AbstractIdentifiable
com.sas.lsaf.security.privilege.GlobalPrivilege
All Implemented Interfaces:
Identifiable, Privilege, Serializable

public class GlobalPrivilege extends AbstractIdentifiable implements Privilege
A global privilege represents a capability to perform some global function or global action in the system.
Since:
1.1
See Also:
  • Constructor Details

    • GlobalPrivilege

      public GlobalPrivilege(String id, String name)
      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