Package | Description |
---|---|
com.sas.hls.security.audit |
Service and class definitions for getting global audit entries.
|
Modifier and Type | Method and Description |
---|---|
AuditToken |
AuditEntriesInfo.getAuditToken()
Get the token for the submitted audit query
|
Modifier and Type | Method and Description |
---|---|
void |
AuditService.clearAuditEntriesInfo(AuditToken token)
Releases the token and any cached information about the query associated with the token.
|
List<AuditEntry> |
AuditService.getAuditEntries(AuditToken token,
int fromRow,
int toRow)
Gets AuditEntry objects using a token from AuditEntriesInfo which is obtained by calling
getAuditEntriesInfoByQuery.
|
Constructor and Description |
---|
AuditEntriesInfo(AuditToken auditToken,
int rowCount)
Constructor
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA