Interface Privilege

All Superinterfaces:
Identifiable, 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

    Modifier and Type
    Method
    Description
    Gets the name of this privilege.

    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.