com.sas.hls.security.audit
Class AuditToken

java.lang.Object
  extended by 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

Constructor Summary
AuditToken(String identifier)
          Constructor
 
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
 

Constructor Detail

AuditToken

public AuditToken(String identifier)
Constructor

Parameters:
identifier - The identifier value for the audit query result on the server
Method Detail

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