|
||||||||||
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.sfs.SFSIdpQueryHandler
public class SFSIdpQueryHandler
The A-Select SFS Idp Query Handler.
Description:
The A-Select Server IdP Query request handler (> A-Select 1.4).
Concurrency issues:
-
Field Summary |
---|
Fields inherited from class org.aselect.server.request.handler.AbstractRequestHandler |
---|
_configManager, _oServletConfig, _oSessionManager, _systemLogger |
Constructor Summary | |
---|---|
SFSIdpQueryHandler()
|
Method Summary | |
---|---|
void |
destroy()
Removes the class variables from memory. |
void |
init(javax.servlet.ServletConfig oServletConfig,
java.lang.Object oConfig)
Init function. |
RequestState |
process(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Main process function. |
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 SFSIdpQueryHandler()
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 initialization fails.AbstractRequestHandler.init(javax.servlet.ServletConfig, java.lang.Object)
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)
public void destroy()
IRequestHandler.destroy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |