com.sas.hls.security.audit
Class AuditToken
java.lang.Object
com.sas.hls.security.audit.AuditToken
- All Implemented Interfaces:
- Serializable
public class AuditToken
- extends Object
- implements Serializable
Identifies an audit query result on the server.
- See Also:
- Serialized Form
Method Summary |
String |
getIdentifier()
Get the identifier for the audit query result on the server |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuditToken
public AuditToken(String identifier)
- Constructor
- Parameters:
identifier
- The identifier value for the audit query result on the server
getIdentifier
public String getIdentifier()
- Get the identifier for the audit query result on the server
- Returns:
- the identifier value for the audit query result on the server
Copyright (c) 2013, SAS Institute Inc., Cary, NC, USA