Class WsSecuritySignatureAssertionHandler

  • All Implemented Interfaces:
    jakarta.xml.ws.handler.Handler<jakarta.xml.ws.handler.soap.SOAPMessageContext>, jakarta.xml.ws.handler.soap.SOAPHandler<jakarta.xml.ws.handler.soap.SOAPMessageContext>

    public class WsSecuritySignatureAssertionHandler
    extends SSOHeaderHandler
    Handler class to sign the SOAP message using the assertionId of the SAML token along with the private key and certificate of the user / solution This handler is to be used only when acquiring a new token using an existing token
    • Constructor Summary

      Constructors 
      Constructor Description
      WsSecuritySignatureAssertionHandler​(java.security.PrivateKey privateKey, java.security.cert.X509Certificate userCert, java.lang.String assertionId)  
    • Constructor Detail

      • WsSecuritySignatureAssertionHandler

        public WsSecuritySignatureAssertionHandler​(java.security.PrivateKey privateKey,
                                                   java.security.cert.X509Certificate userCert,
                                                   java.lang.String assertionId)
    • Method Detail

      • handleMessage

        public boolean handleMessage​(jakarta.xml.ws.handler.soap.SOAPMessageContext smc)