|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.aselect.server.request.handler.AbstractRequestHandler
org.aselect.server.request.handler.entree.sso.service.SSOServiceHandler
public class SSOServiceHandler
The SSO service handler is where the user is redirected to after authentication
with the ELO.
Description:
The handler receives the request sent by the user. The request's rid parameter is
extracted and the associated session variables are loaded to create a TGT for the
user.
Concurrency issues:
-
Field Summary |
---|
Fields inherited from class org.aselect.server.request.handler.AbstractRequestHandler |
---|
_configManager, _oServletConfig, _oSessionManager, _systemLogger |
Constructor Summary | |
---|---|
SSOServiceHandler()
Default constructor Description: Initializes the ELO store, if needed. |
Method Summary | |
---|---|
void |
destroy()
Doesn't really do anything. |
void |
init(javax.servlet.ServletConfig oServletConfig,
java.lang.Object oConfig)
Initialization of the handler. |
RequestState |
process(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Processes the request. |
Methods inherited from class org.aselect.server.request.handler.AbstractRequestHandler |
---|
getID, getPattern |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SSOServiceHandler() throws ASelectException
ASelectException
- If the ELO store cannot be initialized.Method Detail |
---|
public void init(javax.servlet.ServletConfig oServletConfig, java.lang.Object oConfig) throws ASelectException
init
in interface IRequestHandler
init
in class AbstractRequestHandler
oServletConfig
- Servlet Config of the Parent servletoConfig
- Object containing the RequestHandler configuration
ASelectException
- if initalization failsAbstractRequestHandler.init(javax.servlet.ServletConfig, java.lang.Object)
public void destroy()
IRequestHandler.destroy()
public RequestState process(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws ASelectException
request
- HttpServletRequest containing the requestresponse
- HttpServletResponse containing the response
ASelectException
- if the request couldn't be processedIRequestHandler.process(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |