Uses of Class
org.apache.wss4j.dom.handler.WSHandlerResult
-
-
Uses of WSHandlerResult in org.apache.cxf.ws.security.wss4j
Methods in org.apache.cxf.ws.security.wss4j with parameters of type WSHandlerResult Modifier and Type Method Description voidDefaultWSS4JSecurityContextCreator. createSecurityContext(org.apache.cxf.binding.soap.SoapMessage msg, WSHandlerResult handlerResult)Create a SecurityContext and store it on the SoapMessage parametervoidWSS4JSecurityContextCreator. createSecurityContext(org.apache.cxf.binding.soap.SoapMessage msg, WSHandlerResult handlerResult)Create a SecurityContext and store it on the SoapMessage parameterprotected voidAbstractUsernameTokenAuthenticatingInterceptor. doResults(org.apache.cxf.binding.soap.SoapMessage msg, String actor, Element soapHeader, Element soapBody, WSHandlerResult wsResult, boolean utWithCallbacks)protected voidPolicyBasedWSS4JInInterceptor. doResults(org.apache.cxf.binding.soap.SoapMessage msg, String actor, Element soapHeader, Element soapBody, WSHandlerResult results, boolean utWithCallbacks)protected voidWSS4JInInterceptor. doResults(org.apache.cxf.binding.soap.SoapMessage msg, String actor, Element soapHeader, Element soapBody, WSHandlerResult wsResult, boolean utWithCallbacks)Method parameters in org.apache.cxf.ws.security.wss4j with type arguments of type WSHandlerResult Modifier and Type Method Description static X509CertificateWSS4JUtils. getReqSigCert(List<WSHandlerResult> results)Get the certificate that was used to sign the request -
Uses of WSHandlerResult in org.apache.cxf.ws.security.wss4j.policyhandlers
Method parameters in org.apache.cxf.ws.security.wss4j.policyhandlers with type arguments of type WSHandlerResult Modifier and Type Method Description static StringAbstractBindingBuilder. getUsername(List<WSHandlerResult> results)Scan throughWSHandlerResultlist for a Username token and return the username if a Username Token found -
Uses of WSHandlerResult in org.apache.cxf.ws.security.wss4j.policyvalidators
Methods in org.apache.cxf.ws.security.wss4j.policyvalidators that return WSHandlerResult Modifier and Type Method Description WSHandlerResultPolicyValidatorParameters. getResults()Methods in org.apache.cxf.ws.security.wss4j.policyvalidators with parameters of type WSHandlerResult Modifier and Type Method Description protected booleanAbstractBindingPolicyValidator. checkProperties(AbstractSymmetricAsymmetricBinding binding, org.apache.cxf.ws.policy.AssertionInfo ai, org.apache.cxf.ws.policy.AssertionInfoMap aim, WSHandlerResult results, List<WSSecurityEngineResult> signedResults, Message message)Check various properties set in the policy of the bindingvoidPolicyValidatorParameters. setResults(WSHandlerResult results)protected booleanAbstractBindingPolicyValidator. validateTimestamp(boolean includeTimestamp, boolean transportBinding, WSHandlerResult results, List<WSSecurityEngineResult> signedResults, Message message)Validate a Timestamp -
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)
-