Uses of Class
org.apache.wss4j.dom.engine.WSSecurityEngineResult
Packages that use WSSecurityEngineResult
Package
Description
-
Uses of WSSecurityEngineResult in org.apache.cxf.ws.security.trust.delegation
Methods in org.apache.cxf.ws.security.trust.delegation with parameters of type WSSecurityEngineResultModifier and TypeMethodDescriptionprotected 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 WSSecurityEngineResultModifier and TypeMethodDescriptionprotected WSSecurityEngineResultUsernameTokenInterceptor.validateToken(Element tokenElement, org.apache.cxf.binding.soap.SoapMessage message) Methods in org.apache.cxf.ws.security.wss4j with parameters of type WSSecurityEngineResultModifier and TypeMethodDescriptionprotected 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 WSSecurityEngineResultModifier and TypeMethodDescriptionprotected 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 WSSecurityEngineResultModifier and TypeMethodDescriptionprotected 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 WSSecurityEngineResultModifier and TypeMethodDescriptionPolicyValidatorParameters.getEncryptedResults()PolicyValidatorParameters.getSamlResults()PolicyValidatorParameters.getSignedResults()PolicyValidatorParameters.getUsernameTokenResults()Method parameters in org.apache.cxf.ws.security.wss4j.policyvalidators with type arguments of type WSSecurityEngineResultModifier and TypeMethodDescriptionprotected 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 WSSecurityEngineResultModifier and TypeMethodDescriptionGet a WSSecurityEngineResult for the given Id.Methods in org.apache.wss4j.dom that return types with arguments of type WSSecurityEngineResultModifier and TypeMethodDescriptionWSDocInfo.getActionResults()Return a copy of the map between security actions + results.WSDocInfo.getResults()Get a copy of the security results list.WSDocInfo.getResultsByTag(Integer tag) Get a unmodifiable list of WSSecurityEngineResults of the given Integer tagMethods in org.apache.wss4j.dom with parameters of type WSSecurityEngineResultModifier and TypeMethodDescriptionvoidWSDocInfo.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 WSSecurityEngineResultModifier and TypeMethodDescriptionWSHandlerResult.getActionResults()WSHandlerResult.getResults()gets the the security resultsMethod parameters in org.apache.wss4j.dom.handler with type arguments of type WSSecurityEngineResultModifier and TypeMethodDescriptionprotected 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 WSSecurityEngineResultModifierConstructorDescriptionWSHandlerResult(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
Methods in org.apache.wss4j.dom.processor that return types with arguments of type WSSecurityEngineResultModifier and TypeMethodDescriptionBinarySecurityTokenProcessor.handleToken(Element elem, RequestData data) DerivedKeyTokenProcessor.handleToken(Element elem, RequestData data) EncryptedAssertionProcessor.handleToken(Element elem, RequestData request) EncryptedDataProcessor.handleToken(Element elem, RequestData data) EncryptedKeyProcessor.handleToken(Element elem, RequestData data) EncryptedKeyProcessor.handleToken(Element elem, RequestData data, AlgorithmSuite algorithmSuite) Processor.handleToken(Element elem, RequestData request) ReferenceListProcessor.handleToken(Element elem, RequestData data) SAMLTokenProcessor.handleToken(Element elem, RequestData data) SecurityContextTokenProcessor.handleToken(Element elem, RequestData data) SignatureConfirmationProcessor.handleToken(Element elem, RequestData data) SignatureProcessor.handleToken(Element elem, RequestData data) TimestampProcessor.handleToken(Element elem, RequestData data) UsernameTokenProcessor.handleToken(Element elem, RequestData data) -
Uses of WSSecurityEngineResult in org.apache.wss4j.dom.saml
Method parameters in org.apache.wss4j.dom.saml with type arguments of type WSSecurityEngineResultModifier and TypeMethodDescriptionstatic 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 WSSecurityEngineResultModifier and TypeMethodDescriptionstatic voidSignatureUtils.verifySignedElement(Element elem, List<WSSecurityEngineResult> signedResults)