Class ScopedPrivilege

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

public class ScopedPrivilege extends AbstractIdentifiable implements Privilege
A scoped privilege represents a capability to perform some scoped function or action in the repository hierarchy.
Since:
2.1
See Also:
  • Constructor Details

    • ScopedPrivilege

      public ScopedPrivilege(String id, String name)
      Constructor specifying the unique identifier and name of this scoped privilege.
      Parameters:
      id - the unique identifier for this scoped privilege.
      name - the display name for this privilege.
  • Method Details