Class WsSecuritySignatureAssertionHandler
- java.lang.Object
-
- com.vmware.sso.client.soaphandlers.SSOHeaderHandler
-
- com.vmware.sso.client.soaphandlers.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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhandleMessage(jakarta.xml.ws.handler.soap.SOAPMessageContext smc)-
Methods inherited from class com.vmware.sso.client.soaphandlers.SSOHeaderHandler
close, getHeaders, handleFault
-
-