edu.emory.mathcs.util.security.auth.server
Class AuthResponse
java.lang.Object
edu.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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
AuthResponse
public AuthResponse()
AuthResponse
public AuthResponse(int status,
java.lang.String detailMessage,
int dialogID,
byte[] token)