|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HTTPContext | |
---|---|
org.picketlink.identity.federation.web.core | |
org.picketlink.identity.federation.web.process |
Uses of HTTPContext in org.picketlink.identity.federation.web.core |
---|
Methods in org.picketlink.identity.federation.web.core that return HTTPContext | |
---|---|
HTTPContext |
HTTPContext.setRequest(javax.servlet.http.HttpServletRequest req)
|
HTTPContext |
HTTPContext.setResponse(javax.servlet.http.HttpServletResponse resp)
|
HTTPContext |
HTTPContext.setServletContext(javax.servlet.ServletContext sctx)
|
Uses of HTTPContext in org.picketlink.identity.federation.web.process |
---|
Methods in org.picketlink.identity.federation.web.process with parameters of type HTTPContext | |
---|---|
void |
SAMLHandlerChainProcessor.callHandlerChain(SAML2Object samlObject,
SAML2HandlerRequest saml2HandlerRequest,
SAML2HandlerResponse saml2HandlerResponse,
HTTPContext httpContext,
Lock chainLock)
|
protected SAML2HandlerRequest |
ServiceProviderBaseProcessor.getSAML2HandlerRequest(SAMLDocumentHolder documentHolder,
HTTPContext httpContext)
|
protected boolean |
ServiceProviderBaseProcessor.isLogOutRequest(HTTPContext httpContext)
|
SAML2HandlerResponse |
ServiceProviderBaseProcessor.process(HTTPContext httpContext,
Set<SAML2Handler> handlers,
Lock chainLock)
|
SAML2HandlerResponse |
ServiceProviderSAMLResponseProcessor.process(String samlResponse,
HTTPContext httpContext,
Set<SAML2Handler> handlers,
Lock chainLock)
Process the message |
boolean |
ServiceProviderSAMLRequestProcessor.process(String samlRequest,
HTTPContext httpContext,
Set<SAML2Handler> handlers,
Lock chainLock)
Process the message |
|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |