Package | Description |
---|---|
com.sas.lsaf.security.audit |
Service and class definitions for getting global audit entries.
|
Modifier and Type | Method and 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(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.
|
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
AuditEntry(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.
|
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA