Uses of Class
org.apache.wss4j.dom.handler.WSHandlerResult
-
Packages that use WSHandlerResult Package Description org.apache.wss4j.dom.engine org.apache.wss4j.dom.handler org.apache.wss4j.dom.saml -
-
Uses of WSHandlerResult in org.apache.wss4j.dom.engine
Methods in org.apache.wss4j.dom.engine that return WSHandlerResult Modifier and Type Method Description WSHandlerResultWSSecurityEngine. processSecurityHeader(Document doc, String actor, CallbackHandler cb, Crypto crypto)Process the security header given the soap envelope as W3C document.WSHandlerResultWSSecurityEngine. processSecurityHeader(Document doc, String actor, CallbackHandler cb, Crypto sigVerCrypto, Crypto decCrypto)Process the security header given the soap envelope as W3C document.WSHandlerResultWSSecurityEngine. processSecurityHeader(Document doc, RequestData requestData)Process the security header given the soap envelope as W3C document.WSHandlerResultWSSecurityEngine. processSecurityHeader(Element securityHeader, String actor, CallbackHandler cb, Crypto sigVerCrypto, Crypto decCrypto)Process the security header given thewsse:SecurityDOM Element.WSHandlerResultWSSecurityEngine. 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 WSHandlerResult Modifier and Type Method Description protected 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 WSHandlerResult Modifier and Type Method Description static voidDOMSAMLUtil. validateSAMLResults(WSHandlerResult handlerResults, Certificate[] tlsCerts, Element body)
-