Uses of Class
com.sas.hls.security.audit.AuditToken

Packages that use AuditToken
com.sas.hls.security.audit Service and class definitions for getting global audit entries. 
 

Uses of AuditToken in com.sas.hls.security.audit
 

Methods in com.sas.hls.security.audit that return AuditToken
 AuditToken AuditEntriesInfo.getAuditToken()
          Get the token for the submitted audit query
 

Methods in com.sas.hls.security.audit with parameters of type AuditToken
 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.
 

Constructors in com.sas.hls.security.audit with parameters of type AuditToken
AuditEntriesInfo(AuditToken auditToken, int rowCount)
          Constructor
 



Copyright (c) 2014, SAS Institute Inc., Cary, NC, USA