Package | Description |
---|---|
org.apache.ws.security | |
org.apache.ws.security.handler | |
org.apache.ws.security.processor | |
org.apache.ws.security.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 sigCrypto,
Crypto decCrypto)
Process the security header given the soap envelope as W3C document.
|
List<WSSecurityEngineResult> |
WSSecurityEngine.processSecurityHeader(Element securityHeader,
CallbackHandler cb,
Crypto sigCrypto,
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 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,
List<WSSecurityEngineResult> actionResultList)
Fetch the result of a given action from a given result list.
|
Modifier and Type | Method and Description |
---|---|
static void |
WSSecurityUtil.checkSignsAllElements(WSSecurityEngineResult resultItem,
String[] requiredIDs)
Ensure that this covers all required elements (identified by
their wsu:Id attributes).
|
Modifier and Type | Method and Description |
---|---|
static void |
WSSecurityUtil.checkAllElementsProtected(List<WSSecurityEngineResult> results,
int action,
QName[] requiredParts)
Check that all of the QName[] requiredParts are protected by a specified action in the
results list.
|
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,
List<WSSecurityEngineResult> actionResultList)
Fetch the result of a given action from a given result list.
|
static List<WSSecurityEngineResult> |
WSSecurityUtil.fetchAllActionResults(List<WSSecurityEngineResult> resultList,
int action,
List<WSSecurityEngineResult> actionResultList)
Fetch the result of a given action from a given result list.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.