Package | Description |
---|---|
com.sas.lsaf.security.audit |
Service and class definitions for getting global audit entries.
|
Modifier and Type | Method and Description |
---|---|
AuditQuery |
AuditQuery.actions(List<String> actions)
Sets the list of actions to query.
|
AuditQuery |
AuditQuery.addAction(String action)
Adds an action to the list of actions to query.
|
AuditQuery |
AuditQuery.addSourceTypeId(String sourceTypeId)
Adds a source type to the list of types to query.
|
AuditQuery |
AuditQuery.fromDate(Date fromDate)
Sets the start date of the date range to query.
|
AuditQuery |
AuditQuery.mode(AuditEntry.Mode mode)
Sets the audit mode to query by.
|
AuditQuery |
AuditQuery.sourceId(String sourceId)
Sets the identifier of the source object to query.
|
AuditQuery |
AuditQuery.sourceLocation(String sourceLocation)
Sets the location of the source object to query.
|
AuditQuery |
AuditQuery.sourceName(String sourceName)
Sets the name of the source object to query.
|
AuditQuery |
AuditQuery.sourceTypeIds(List<String> sourceTypeIds)
Sets the list of object types to query.
|
AuditQuery |
AuditQuery.toDate(Date toDate)
Sets the end date of the date range to query.
|
AuditQuery |
AuditQuery.userId(String userId)
Sets the user identifier of the user whose actions to query.
|
Modifier and Type | Method and Description |
---|---|
SearchResultsInfo |
AuditService.search(AuditQuery query)
Searches the global audit history and returns the information that describes the results, not the results themselves.
|
<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>