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

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

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

See Also:
Serialized Form

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

Field Detail

protocol

public java.lang.String protocol

token

public byte[] token
Constructor Detail

AuthInitRequest

public AuthInitRequest()

AuthInitRequest

public AuthInitRequest(java.lang.String protocol,
                       byte[] token)