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 |
Modifier and Type | Method and Description |
---|---|
WSSecurityEngineResult |
WSDocInfo.getResult(String uri)
Get a WSSecurityEngineResult for the given Id.
|
Modifier and Type | Method and 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 tag
|
Modifier and Type | Method and Description |
---|---|
void |
WSDocInfo.addResult(WSSecurityEngineResult result)
Store a WSSecurityEngineResult for later retrieval.
|
Modifier and Type | Method and Description |
---|---|
Map<Integer,List<WSSecurityEngineResult>> |
WSHandlerResult.getActionResults() |
List<WSSecurityEngineResult> |
WSHandlerResult.getResults()
gets the the security results
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
WSHandler.checkReceiverResults(List<WSSecurityEngineResult> wsResult,
List<Integer> actions) |
protected boolean |
WSHandler.checkReceiverResultsAnyOrder(List<WSSecurityEngineResult> wsResult,
List<Integer> actions) |
Constructor and Description |
---|
WSHandlerResult(String actor,
List<WSSecurityEngineResult> results,
Map<Integer,List<WSSecurityEngineResult>> actionResults)
constructor
|
WSHandlerResult(String actor,
List<WSSecurityEngineResult> results,
Map<Integer,List<WSSecurityEngineResult>> actionResults)
constructor
|
Modifier and Type | Method and Description |
---|---|
static boolean |
DOMSAMLUtil.checkHolderOfKey(SamlAssertionWrapper assertionWrapper,
List<WSSecurityEngineResult> signedResults,
Certificate[] tlsCerts)
Check the holder-of-key requirements against the received assertion.
|
static boolean |
DOMSAMLUtil.checkSenderVouches(SamlAssertionWrapper assertionWrapper,
Certificate[] tlsCerts,
Element body,
List<WSSecurityEngineResult> signed)
Check the sender-vouches requirements against the received assertion.
|
static boolean |
DOMSAMLUtil.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.
|
Modifier and Type | Method and Description |
---|---|
static void |
SignatureUtils.verifySignedElement(Element elem,
List<WSSecurityEngineResult> signedResults) |
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.