Uses of Class
org.apache.wss4j.dom.engine.WSSecurityEngineResult
-
-
Uses of WSSecurityEngineResult in org.apache.cxf.ws.security.trust.delegation
Methods in org.apache.cxf.ws.security.trust.delegation with parameters of type WSSecurityEngineResult Modifier and Type Method Description protected booleanReceivedTokenCallbackHandler. skipResult(Integer resultPriority, WSSecurityEngineResult result) -
Uses of WSSecurityEngineResult in org.apache.cxf.ws.security.wss4j
Methods in org.apache.cxf.ws.security.wss4j that return WSSecurityEngineResult Modifier and Type Method Description protected WSSecurityEngineResultUsernameTokenInterceptor. validateToken(Element tokenElement, org.apache.cxf.binding.soap.SoapMessage message)Methods in org.apache.cxf.ws.security.wss4j with parameters of type WSSecurityEngineResult Modifier and Type Method Description protected SecurityContextDefaultWSS4JSecurityContextCreator. createSecurityContext(org.apache.cxf.binding.soap.SoapMessage msg, boolean useJAASSubject, WSSecurityEngineResult wsResult)Method parameters in org.apache.cxf.ws.security.wss4j with type arguments of type WSSecurityEngineResult Modifier and Type Method Description protected voidWSS4JInInterceptor. checkActions(org.apache.cxf.binding.soap.SoapMessage msg, List<WSSecurityEngineResult> wsResult, List<Integer> actions) -
Uses of WSSecurityEngineResult in org.apache.cxf.ws.security.wss4j.policyhandlers
Methods in org.apache.cxf.ws.security.wss4j.policyhandlers that return WSSecurityEngineResult Modifier and Type Method Description protected WSSecurityEngineResultAbstractBindingBuilder. getEncryptedKeyResult() -
Uses of WSSecurityEngineResult in org.apache.cxf.ws.security.wss4j.policyvalidators
Methods in org.apache.cxf.ws.security.wss4j.policyvalidators that return types with arguments of type WSSecurityEngineResult Modifier and Type Method Description List<WSSecurityEngineResult>PolicyValidatorParameters. getEncryptedResults()List<WSSecurityEngineResult>PolicyValidatorParameters. getSamlResults()List<WSSecurityEngineResult>PolicyValidatorParameters. getSignedResults()List<WSSecurityEngineResult>PolicyValidatorParameters. getUsernameTokenResults()Method parameters in org.apache.cxf.ws.security.wss4j.policyvalidators with type arguments of type WSSecurityEngineResult Modifier and Type Method Description protected booleanAbstractBindingPolicyValidator. checkDerivedKeys(AbstractTokenWrapper tokenWrapper, boolean hasDerivedKeys, List<WSSecurityEngineResult> signedResults, List<WSSecurityEngineResult> encryptedResults)Check the derived key requirement.booleanAbstractSamlPolicyValidator. checkHolderOfKey(SamlAssertionWrapper assertionWrapper, List<WSSecurityEngineResult> signedResults, Certificate[] tlsCerts)Check the holder-of-key requirements against the received assertion.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 bindingprotected booleanAbstractBindingPolicyValidator. checkProtectionOrder(AbstractSymmetricAsymmetricBinding binding, org.apache.cxf.ws.policy.AssertionInfoMap aim, org.apache.cxf.ws.policy.AssertionInfo ai, List<WSSecurityEngineResult> results)Check the Protection Order of the bindingbooleanUsernameTokenPolicyValidator. checkTokens(UsernameToken usernameTokenPolicy, org.apache.cxf.ws.policy.AssertionInfo ai, List<WSSecurityEngineResult> utResults)All UsernameTokens must conform to the policyprotected booleanAbstractSamlPolicyValidator. compareCredentials(SAMLKeyInfo subjectKeyInfo, List<WSSecurityEngineResult> signedResults, Certificate[] tlsCerts)Compare the credentials of the assertion to the credentials used in 2-way TLS or those used to verify signatures.protected booleanAbstractBindingPolicyValidator. isSignatureEncrypted(List<WSSecurityEngineResult> results)Check whether the primary Signature (and all SignatureConfirmation) elements were encryptedprotected booleanAbstractBindingPolicyValidator. isTokenProtected(List<WSSecurityEngineResult> results, List<WSSecurityEngineResult> signedResults)Check whether the token protection policy is followed.voidPolicyValidatorParameters. setEncryptedResults(List<WSSecurityEngineResult> encryptedResults)voidPolicyValidatorParameters. setSamlResults(List<WSSecurityEngineResult> samlResults)voidPolicyValidatorParameters. setSignedResults(List<WSSecurityEngineResult> signedResults)voidPolicyValidatorParameters. setUsernameTokenResults(List<WSSecurityEngineResult> usernameTokenResults)protected booleanAbstractBindingPolicyValidator. validateEntireHeaderAndBodySignatures(List<WSSecurityEngineResult> signedResults)Validate the entire header and body signature property.protected booleanAbstractBindingPolicyValidator. validateTimestamp(boolean includeTimestamp, boolean transportBinding, WSHandlerResult results, List<WSSecurityEngineResult> signedResults, Message message)Validate a Timestamp -
Uses of WSSecurityEngineResult in org.apache.wss4j.dom
Methods in org.apache.wss4j.dom that return WSSecurityEngineResult Modifier and Type Method Description WSSecurityEngineResultWSDocInfo. getResult(String uri)Get a WSSecurityEngineResult for the given Id.Methods in org.apache.wss4j.dom that return types with arguments of type WSSecurityEngineResult Modifier and Type Method Description Map<Integer,List<WSSecurityEngineResult>>WSDocInfo. getActionResults()Return a copy of the map between security actions + results.List<WSSecurityEngineResult>WSDocInfo. getResults()Get a copy of the security results list.List<WSSecurityEngineResult>WSDocInfo. getResultsByTag(Integer tag)Get a unmodifiable list of WSSecurityEngineResults of the given Integer tagMethods in org.apache.wss4j.dom with parameters of type WSSecurityEngineResult Modifier and Type Method Description voidWSDocInfo. addResult(WSSecurityEngineResult result)Store a WSSecurityEngineResult for later retrieval. -
Uses of WSSecurityEngineResult in org.apache.wss4j.dom.handler
Methods in org.apache.wss4j.dom.handler that return types with arguments of type WSSecurityEngineResult Modifier and Type Method Description Map<Integer,List<WSSecurityEngineResult>>WSHandlerResult. getActionResults()List<WSSecurityEngineResult>WSHandlerResult. getResults()gets the the security resultsMethod parameters in org.apache.wss4j.dom.handler with type arguments of type WSSecurityEngineResult Modifier and Type Method Description protected booleanWSHandler. checkReceiverResults(List<WSSecurityEngineResult> wsResult, List<Integer> actions)protected booleanWSHandler. checkReceiverResultsAnyOrder(List<WSSecurityEngineResult> wsResult, List<Integer> actions)Constructor parameters in org.apache.wss4j.dom.handler with type arguments of type WSSecurityEngineResult Constructor Description WSHandlerResult(String actor, List<WSSecurityEngineResult> results, Map<Integer,List<WSSecurityEngineResult>> actionResults)constructorWSHandlerResult(String actor, List<WSSecurityEngineResult> results, Map<Integer,List<WSSecurityEngineResult>> actionResults)constructor -
Uses of WSSecurityEngineResult in org.apache.wss4j.dom.processor
-
Uses of WSSecurityEngineResult in org.apache.wss4j.dom.saml
Method parameters in org.apache.wss4j.dom.saml with type arguments of type WSSecurityEngineResult Modifier and Type Method Description static booleanDOMSAMLUtil. checkHolderOfKey(SamlAssertionWrapper assertionWrapper, List<WSSecurityEngineResult> signedResults, Certificate[] tlsCerts)Check the holder-of-key requirements against the received assertion.static booleanDOMSAMLUtil. checkSenderVouches(SamlAssertionWrapper assertionWrapper, Certificate[] tlsCerts, Element body, List<WSSecurityEngineResult> signed)Check the sender-vouches requirements against the received assertion.static booleanDOMSAMLUtil. compareCredentials(SAMLKeyInfo subjectKeyInfo, List<WSSecurityEngineResult> signedResults, Certificate[] tlsCerts)Compare the credentials of the assertion to the credentials used in 2-way TLS or those used to verify signatures. -
Uses of WSSecurityEngineResult in org.apache.wss4j.dom.util
Method parameters in org.apache.wss4j.dom.util with type arguments of type WSSecurityEngineResult Modifier and Type Method Description static voidSignatureUtils. verifySignedElement(Element elem, List<WSSecurityEngineResult> signedResults)
-