|
TaskBean API 0.5 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectHessianServlet
glogic.jthin.serv.SessionServiceImp
Service implementation that manages user sessions and authentication.
| Constructor Summary | |
SessionServiceImp()
Constructor for the SessionServiceImp object |
|
| Method Summary | |
ClientSession |
attachToSsoSession(ClientContext context)
|
ClientSession |
createSession(Muffin muffin,
ClientContext context)
Will create a new session for client. |
java.lang.String |
decryptSsoSession(java.lang.String stEncryptedSessionID,
java.lang.String stSessionHash,
long lSessionHashTime)
|
void |
endSession()
|
EnvStatusInfo |
getSystemStatus(ClientContext context)
Give info on weather the site is up and if not a brief downtime message. |
void |
init()
Description of the Method |
static EnvStatusInfo |
internalGetEnvStatusInfo(ClientContext context)
This guy only throws a limited set of the WServiceAccessException codes. |
void |
keepAlive()
Client will use this call to keep the client alive in between calls. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SessionServiceImp()
| Method Detail |
public void init()
throws ServletException
ServletException - Description of the Exception
public ClientSession createSession(Muffin muffin,
ClientContext context)
throws AuthenticationException,
WServiceAccessException
createSession in interface SessionServiceIFmuffin - Description of the Parametercontext - Description of the Parameter
AuthenticationException - details login problem
WServiceAccessException - Description of the Exception
public void endSession()
throws WServiceAccessException
endSession in interface SessionServiceIFWServiceAccessException - Description of the Exception
public void keepAlive()
throws WServiceAccessException
keepAlive in interface SessionServiceIFWServiceAccessException - Description of the Exception
public EnvStatusInfo getSystemStatus(ClientContext context)
throws WServiceAccessException
getSystemStatus in interface SessionServiceIFcontext - Description of the Parameter
WServiceAccessException - Description of the Exception
public static EnvStatusInfo internalGetEnvStatusInfo(ClientContext context)
throws WServiceAccessException
context - Description of the Parameter
WServiceAccessException - Description of the Exception
public java.lang.String decryptSsoSession(java.lang.String stEncryptedSessionID,
java.lang.String stSessionHash,
long lSessionHashTime)
throws AuthenticationException,
WServiceAccessException
decryptSsoSession in interface SessionServiceIFAuthenticationException
WServiceAccessException
public ClientSession attachToSsoSession(ClientContext context)
throws AuthenticationException,
WServiceAccessException
attachToSsoSession in interface SessionServiceIFAuthenticationException
WServiceAccessException
|
TaskBean API 0.5 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||