Class AuditAction

java.lang.Object
com.sas.lsaf.security.audit.AuditAction
All Implemented Interfaces:
Serializable

public class AuditAction extends Object implements Serializable
The representation of an audit action that is associated with a specific object type within the system.
Since:
2.1
See Also:
  • Constructor Details

    • AuditAction

      public AuditAction(String typeId, String action, String displayName)
      It is not intended or recommended that the consumer of this API construct these objects. They should only deal with the audit action information objects returned by the API.
      Parameters:
      typeId - the type identifier that is associated with the audit action.
      action - the audit action identifier.
      displayName - the audit action display name.
  • Method Details

    • getTypeId

      public String getTypeId()
      Gets the type identifier that is associated with the audit action.
      Returns:
      The type identifier that is associated with the audit action.
    • getAction

      public String getAction()
      Gets the audit action identifier.
      Returns:
      The audit action identifier.
    • getDisplayName

      public String getDisplayName()
      Gets the audit action display name.
      Returns:
      The audit action display name.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object