|
||||||||||
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.saml11.SAML11QueryRequestHandler
public class SAML11QueryRequestHandler
SAML 1.1 Artifact request handler.
Description:
Request handler for the fowllowing SAML 1.1 Query Requests:
Field Summary |
---|
Fields inherited from class org.aselect.server.request.handler.AbstractRequestHandler |
---|
_configManager, _oServletConfig, _oSessionManager, _systemLogger |
Constructor Summary | |
---|---|
SAML11QueryRequestHandler()
|
Method Summary | |
---|---|
void |
destroy()
Removes class variables from memory |
void |
init(javax.servlet.ServletConfig oServletConfig,
java.lang.Object oConfig)
Initializes the SAML 1.1 Query Request Handler Description: Reads the following configuration: <handler> <assertion expire='[expire]'/> <attribute namespace='[namespace]'/> <authentication_methods> <identifier authsp_id='[authsp_id]' uri='[uri]'/> </authentication_methods> </handler> expire - The assertion expire time in seconds namespace - The attribute namespace authsp_id - The A-Select AuthSP ID uri - The authentication method namespace uri This function performs the following tasks: 1. |
RequestState |
process(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Processes a SAML message inside a SOAP message containing a SAML Subject Query 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 SAML11QueryRequestHandler()
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 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 |