Uses of Enum Class
com.sas.lsaf.security.audit.AuditEntry.Mode
Packages that use AuditEntry.Mode
Package
Description
Service and class definitions for getting global audit entries.
-
Uses of AuditEntry.Mode in com.sas.lsaf.security.audit
Methods in com.sas.lsaf.security.audit that return AuditEntry.ModeModifier and TypeMethodDescriptionAuditEntry.getMode()Gets the mode on which the audit entry was recorded.AuditQuery.getMode()Gets the audit mode to query by.static AuditEntry.ModeReturns the enum constant of this class with the specified name.static AuditEntry.Mode[]AuditEntry.Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sas.lsaf.security.audit with parameters of type AuditEntry.ModeModifier and TypeMethodDescriptionAuditQuery.mode(AuditEntry.Mode mode) Sets the audit mode to query by.voidAuditQuery.setMode(AuditEntry.Mode mode) Sets the audit mode to query by.Constructors in com.sas.lsaf.security.audit with parameters of type AuditEntry.ModeModifierConstructorDescriptionAuditEntry(String id, Date timestamp, String userId, String action, String sourceTypeId, String sourceId, String sourceName, String sourceLocation, AuditEntry.Mode mode) It is not intended or recommended that the consumer of this API construct these objects.