PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.web.process
Class SAMLHandlerChainProcessor

java.lang.Object
  extended by org.picketlink.identity.federation.web.process.SAMLHandlerChainProcessor

public class SAMLHandlerChainProcessor
extends Object

Processor for the SAML2 Handler Chain

Since:
Oct 27, 2009
Author:
Anil.Saldhana@redhat.com

Constructor Summary
SAMLHandlerChainProcessor(Set<SAML2Handler> handlers)
           
 
Method Summary
 void callHandlerChain(SAML2Object samlObject, SAML2HandlerRequest saml2HandlerRequest, SAML2HandlerResponse saml2HandlerResponse, HTTPContext httpContext, Lock chainLock)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAMLHandlerChainProcessor

public SAMLHandlerChainProcessor(Set<SAML2Handler> handlers)
Method Detail

callHandlerChain

public void callHandlerChain(SAML2Object samlObject,
                             SAML2HandlerRequest saml2HandlerRequest,
                             SAML2HandlerResponse saml2HandlerResponse,
                             HTTPContext httpContext,
                             Lock chainLock)
                      throws ProcessingException,
                             IOException
Throws:
ProcessingException
IOException

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.