org.picketlink.identity.federation.web.handlers.saml2
Class SAML2EncryptionHandler
java.lang.Object
org.picketlink.identity.federation.web.handlers.saml2.BaseSAML2Handler
org.picketlink.identity.federation.web.handlers.saml2.AbstractSignatureHandler
org.picketlink.identity.federation.web.handlers.saml2.SAML2SignatureGenerationHandler
org.picketlink.identity.federation.web.handlers.saml2.SAML2EncryptionHandler
- All Implemented Interfaces:
- SAML2Handler
public class SAML2EncryptionHandler
- extends SAML2SignatureGenerationHandler
Handles the encryption and signing of SAML Assertions.
This handler should be used only on the IDP side and it must be positioned after the SAML2AuthenticationHandler
in the chain.
Configuration options are: GeneralConstants.SAML_ENC_KEY_SIZE
and GeneralConstants.SAML_ENC_ALGORITHM
.
- Author:
- Pedro Silva
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SAML2EncryptionHandler
public SAML2EncryptionHandler()
handleRequestType
public void handleRequestType(SAML2HandlerRequest request,
SAML2HandlerResponse response)
throws ProcessingException
- Description copied from interface:
SAML2Handler
- Handle a SAML2 RequestAbstractType
- Specified by:
handleRequestType
in interface SAML2Handler
- Overrides:
handleRequestType
in class SAML2SignatureGenerationHandler
- Throws:
ProcessingException
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.