Uses of Class
org.apache.wss4j.dom.handler.WSHandlerResult
Packages that use WSHandlerResult
Package
Description
-
Uses of WSHandlerResult in org.apache.wss4j.dom.engine
Methods in org.apache.wss4j.dom.engine that return WSHandlerResultModifier and TypeMethodDescriptionWSSecurityEngine.processSecurityHeader(Document doc, String actor, CallbackHandler cb, Crypto crypto) Process the security header given the soap envelope as W3C document.WSSecurityEngine.processSecurityHeader(Document doc, String actor, CallbackHandler cb, Crypto sigVerCrypto, Crypto decCrypto) Process the security header given the soap envelope as W3C document.WSSecurityEngine.processSecurityHeader(Document doc, RequestData requestData) Process the security header given the soap envelope as W3C document.WSSecurityEngine.processSecurityHeader(Element securityHeader, String actor, CallbackHandler cb, Crypto sigVerCrypto, Crypto decCrypto) Process the security header given thewsse:SecurityDOM Element.WSSecurityEngine.processSecurityHeader(Element securityHeader, RequestData requestData) Process the security header given thewsse:SecurityDOM Element. -
Uses of WSHandlerResult in org.apache.wss4j.dom.handler
Methods in org.apache.wss4j.dom.handler with parameters of type WSHandlerResultModifier and TypeMethodDescriptionprotected voidWSHandler.checkSignatureConfirmation(RequestData reqData, WSHandlerResult handlerResults) -
Uses of WSHandlerResult in org.apache.wss4j.dom.saml
Methods in org.apache.wss4j.dom.saml with parameters of type WSHandlerResultModifier and TypeMethodDescriptionstatic voidDOMSAMLUtil.validateSAMLResults(WSHandlerResult handlerResults, Certificate[] tlsCerts, Element body)