Uses of Class
com.sas.lsaf.security.audit.AuditEntry.Mode
-
Packages that use AuditEntry.Mode Package Description com.sas.lsaf.security.audit 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.Mode Modifier and Type Method Description AuditEntry.Mode
AuditEntry. getMode()
Gets the mode on which the audit entry was recorded.AuditEntry.Mode
AuditQuery. getMode()
Gets the audit mode to query by.static AuditEntry.Mode
AuditEntry.Mode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AuditEntry.Mode[]
AuditEntry.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sas.lsaf.security.audit with parameters of type AuditEntry.Mode Modifier and Type Method Description AuditQuery
AuditQuery. mode(AuditEntry.Mode mode)
Sets the audit mode to query by.void
AuditQuery. setMode(AuditEntry.Mode mode)
Sets the audit mode to query by.Constructors in com.sas.lsaf.security.audit with parameters of type AuditEntry.Mode Constructor Description AuditEntry(java.lang.String id, java.util.Date timestamp, java.lang.String userId, java.lang.String action, java.lang.String sourceTypeId, java.lang.String sourceId, java.lang.String sourceName, java.lang.String sourceLocation, AuditEntry.Mode mode)
It is not intended or recommended that the consumer of this API construct these objects.
-