Uses of Class
org.apache.wss4j.dom.engine.WSSecurityEngineResult
Packages that use WSSecurityEngineResult
Package
Description
-
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)