Package com.sas.lsaf.security.audit
Service and class definitions for getting global audit entries.
-
Interface Summary Interface Description AuditService The service to query the global audit history or an object's audit history. -
Class Summary Class Description AuditAction The representation of an audit action that is associated with a specific object type within the system.AuditConstants The abstract class that contains string constants that represent the action value in anAuditEntry
.AuditEntry AuditEntry contains information from a single audit record that includes the source information, the action performed, when the action was performed, and who performed the action.AuditEntryDetail Audit entry details contains the attributes that were changed during an auditable action, hich includes the old and new values, for a particular audit entry.AuditQuery Audit entry query contains information on how to query the audit trail information. -
Enum Summary Enum Description AuditEntry.Mode The execution mode in which the audit entry was recorded. -
Exception Summary Exception Description AuditSearchException Thrown when an error is encountered while searching the audit entries.