| 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.
|
WSSecurityEngineResult |
WSDocInfo.getResultByTag(Integer tag,
String uri)
Get a WSSecurityEngineResult of the given Integer tag for the given Id
|
| Modifier and Type | Method and Description |
|---|---|
List<WSSecurityEngineResult> |
WSDocInfo.getResultsByTag(Integer tag)
Get a list of WSSecurityEngineResults of the given Integer tag
|
List<WSSecurityEngineResult> |
WSSecurityEngine.processSecurityHeader(Document doc,
String actor,
CallbackHandler cb,
Crypto crypto)
Process the security header given the soap envelope as W3C document.
|
List<WSSecurityEngineResult> |
WSSecurityEngine.processSecurityHeader(Document doc,
String actor,
CallbackHandler cb,
Crypto sigVerCrypto,
Crypto decCrypto)
Process the security header given the soap envelope as W3C document.
|
List<WSSecurityEngineResult> |
WSSecurityEngine.processSecurityHeader(Document doc,
String actor,
RequestData requestData)
Process the security header given the soap envelope as W3C document.
|
List<WSSecurityEngineResult> |
WSSecurityEngine.processSecurityHeader(Element securityHeader,
CallbackHandler cb,
Crypto sigVerCrypto,
Crypto decCrypto)
Process the security header given the
wsse:Security DOM
Element. |
List<WSSecurityEngineResult> |
WSSecurityEngine.processSecurityHeader(Element securityHeader,
RequestData requestData)
Process the security header given the
wsse:Security DOM
Element. |
| Modifier and Type | Method and Description |
|---|---|
void |
WSDocInfo.addResult(WSSecurityEngineResult result)
Store a WSSecurityEngineResult for later retrieval.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
protected void |
WSHandler.checkSignatureConfirmation(RequestData reqData,
List<WSSecurityEngineResult> resultList) |
| Constructor and Description |
|---|
WSHandlerResult(String actor,
List<WSSecurityEngineResult> results)
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.
|
static void |
DOMSAMLUtil.validateSAMLResults(List<WSSecurityEngineResult> results,
Certificate[] tlsCerts,
Element body) |
| Modifier and Type | Method and Description |
|---|---|
static WSSecurityEngineResult |
WSSecurityUtil.fetchActionResult(List<WSSecurityEngineResult> resultList,
int action)
Fetch the result of a given action from a given result list
|
| Modifier and Type | Method and Description |
|---|---|
static List<WSSecurityEngineResult> |
WSSecurityUtil.fetchAllActionResults(List<WSSecurityEngineResult> resultList,
int action)
Fetch the result of a given action from a given result list.
|
static List<WSSecurityEngineResult> |
WSSecurityUtil.fetchAllActionResults(List<WSSecurityEngineResult> resultList,
List<Integer> actions)
Fetch the results of a given number of actions action from a given result list.
|
| Modifier and Type | Method and Description |
|---|---|
static WSSecurityEngineResult |
WSSecurityUtil.fetchActionResult(List<WSSecurityEngineResult> resultList,
int action)
Fetch the result of a given action from a given result list
|
static List<WSSecurityEngineResult> |
WSSecurityUtil.fetchAllActionResults(List<WSSecurityEngineResult> resultList,
int action)
Fetch the result of a given action from a given result list.
|
static List<WSSecurityEngineResult> |
WSSecurityUtil.fetchAllActionResults(List<WSSecurityEngineResult> resultList,
List<Integer> actions)
Fetch the results of a given number of actions action from a given result list.
|
static void |
WSSecurityUtil.verifySignedElement(Element elem,
List<WSSecurityEngineResult> signedResults) |
Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.