Uses of Class
org.apache.wss4j.dom.handler.WSHandlerResult
Packages that use WSHandlerResult
Package
Description
-
Uses of WSHandlerResult in org.apache.cxf.ws.security.wss4j
Methods in org.apache.cxf.ws.security.wss4j with parameters of type WSHandlerResultModifier and TypeMethodDescriptionvoidDefaultWSS4JSecurityContextCreator.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 WSHandlerResultModifier and TypeMethodDescriptionstatic 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 WSHandlerResultModifier and TypeMethodDescriptionstatic 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 WSHandlerResultMethods in org.apache.cxf.ws.security.wss4j.policyvalidators with parameters of type WSHandlerResultModifier and TypeMethodDescriptionprotected 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 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)