Package com.sas.lsaf.security.audit
Class AuditAction
java.lang.Object
com.sas.lsaf.security.audit.AuditAction
- All Implemented Interfaces:
Serializable
The representation of an audit action that is associated with a specific object type within the system.
- Since:
- 2.1
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAuditAction(String typeId, String action, String displayName) It is not intended or recommended that the consumer of this API construct these objects. -
Method Summary
-
Constructor Details
-
AuditAction
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
Gets the type identifier that is associated with the audit action.- Returns:
- The type identifier that is associated with the audit action.
-
getAction
Gets the audit action identifier.- Returns:
- The audit action identifier.
-
getDisplayName
Gets the audit action display name.- Returns:
- The audit action display name.
-
hashCode
public int hashCode() -
equals
-
toString
-