Class SamlTokenHandler
- java.lang.Object
-
- com.vmware.sso.client.soaphandlers.SSOHeaderHandler
-
- com.vmware.sso.client.soaphandlers.SamlTokenHandler
-
- 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 SamlTokenHandler extends SSOHeaderHandler
Handler class to add the SAML token inside the security header
-
-
Constructor Summary
Constructors Constructor Description SamlTokenHandler(org.w3c.dom.Node token)
-
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
-
-