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

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

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

See Also:
Serialized Form

Field Summary
 java.lang.String detailMessage
           
 int dialogID
           
static int FAILED
           
static int IN_PROGRESS
           
 int status
           
static int SUCCEEDED
           
 byte[] token
           
 
Constructor Summary
AuthResponse()
           
AuthResponse(int status, java.lang.String detailMessage, int dialogID, byte[] token)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SUCCEEDED

public static final int SUCCEEDED
See Also:
Constant Field Values

FAILED

public static final int FAILED
See Also:
Constant Field Values

IN_PROGRESS

public static final int IN_PROGRESS
See Also:
Constant Field Values

status

public int status

detailMessage

public java.lang.String detailMessage

dialogID

public int dialogID

token

public byte[] token
Constructor Detail

AuthResponse

public AuthResponse()

AuthResponse

public AuthResponse(int status,
                    java.lang.String detailMessage,
                    int dialogID,
                    byte[] token)