org.picketlink.identity.federation.web.handlers.saml2
Class SAML2InResponseToVerificationHandler
java.lang.Object
org.picketlink.identity.federation.web.handlers.saml2.BaseSAML2Handler
org.picketlink.identity.federation.web.handlers.saml2.SAML2InResponseToVerificationHandler
- All Implemented Interfaces:
- SAML2Handler
public class SAML2InResponseToVerificationHandler
- extends BaseSAML2Handler
Handler is useful on SP side. It's used for verification that InResponseId from SAML Authentication Response is same as ID of
previously sent SAML Authentication request
- Author:
- Marek Posolda
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SAML2InResponseToVerificationHandler
public SAML2InResponseToVerificationHandler()
generateSAMLRequest
public void generateSAMLRequest(SAML2HandlerRequest request,
SAML2HandlerResponse response)
throws ProcessingException
- Description copied from interface:
SAML2Handler
- Generate a SAML Request to be sent to the IDP if the handler is invoked at the SP and vice-versa
- Specified by:
generateSAMLRequest
in interface SAML2Handler
- Overrides:
generateSAMLRequest
in class BaseSAML2Handler
- Throws:
ProcessingException
- See Also:
SAML2Handler.generateSAMLRequest(SAML2HandlerRequest, SAML2HandlerResponse)
handleRequestType
public void handleRequestType(SAML2HandlerRequest request,
SAML2HandlerResponse response)
throws ProcessingException
- Description copied from interface:
SAML2Handler
- Handle a SAML2 RequestAbstractType
- Throws:
ProcessingException
handleStatusResponseType
public void handleStatusResponseType(SAML2HandlerRequest request,
SAML2HandlerResponse response)
throws ProcessingException
- Description copied from interface:
SAML2Handler
- Handle a SAML2 Status Response Type
- Specified by:
handleStatusResponseType
in interface SAML2Handler
- Overrides:
handleStatusResponseType
in class BaseSAML2Handler
- Throws:
ProcessingException
- See Also:
SAML2Handler#handleStatusResponseType(SAML2HandlerRequest, SAML2HandlerResponse)}
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.