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