edu.emory.mathcs.util.security.auth.server
Class AuthRequest

java.lang.Object
  extended byedu.emory.mathcs.util.security.auth.server.AuthRequest
All Implemented Interfaces:
java.io.Serializable

public class AuthRequest
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 int dialogID
           
 byte[] token
           
 
Constructor Summary
AuthRequest()
           
AuthRequest(int dialogID, byte[] token)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dialogID

public int dialogID

token

public byte[] token
Constructor Detail

AuthRequest

public AuthRequest()

AuthRequest

public AuthRequest(int dialogID,
                   byte[] token)