com.oakgrovesystems.reactor.requests
Class LoginResponse
java.lang.Object
|
+--com.oakgrovesystems.reactor.services.ServiceResponseObj
|
+--com.oakgrovesystems.reactor.ReactorResponse
|
+--com.oakgrovesystems.reactor.requests.LoginResponse
- All Implemented Interfaces:
- java.io.Serializable
- public class LoginResponse
- extends ReactorResponse
- See Also:
- Serialized Form
Fields inherited from class com.oakgrovesystems.reactor.services.ServiceResponseObj |
codeNumber, debugInfo, returnValues, userMessage |
Methods inherited from class com.oakgrovesystems.reactor.services.ServiceResponseObj |
failed, getCodeNumber, getDebugInfo, getMessage, getReturnValue, getReturnValues, setCodeNumber, setDebugInfo, setMessage, setReturnValue, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AUTH_TOKEN_PARM
public static final java.lang.String AUTH_TOKEN_PARM
- See Also:
- Constant Field Values
TOKEN_EXP_PARM
public static final java.lang.String TOKEN_EXP_PARM
- See Also:
- Constant Field Values
LoginResponse
public LoginResponse()
LoginResponse
public LoginResponse(int resultCode,
java.lang.String userMessage,
java.lang.Throwable err)
LoginResponse
public LoginResponse(int resultCode,
java.lang.String debugInfo)
setAuthToken
public void setAuthToken(java.lang.String value)
getAuthToken
public java.lang.String getAuthToken()
setTokenExpiration
public void setTokenExpiration(java.lang.String value)
getTokenExpiration
public java.lang.String getTokenExpiration()
Copyright (c) 1999-2004 Oak Grove Systems. All Rights Reserved.