|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WSSecurityEngineResult | |
---|---|
org.apache.ws.security | |
org.apache.ws.security.handler | |
org.apache.ws.security.processor | |
org.apache.ws.security.util |
Uses of WSSecurityEngineResult in org.apache.ws.security |
---|
Methods in org.apache.ws.security that return WSSecurityEngineResult | |
---|---|
WSSecurityEngineResult |
WSDocInfo.getResult(String uri)
Get a WSSecurityEngineResult for the given Id. |
Methods in org.apache.ws.security that return types with arguments of type WSSecurityEngineResult | |
---|---|
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. |
Methods in org.apache.ws.security with parameters of type WSSecurityEngineResult | |
---|---|
void |
WSDocInfo.addResult(WSSecurityEngineResult result)
Store a WSSecurityEngineResult for later retrieval. |
Uses of WSSecurityEngineResult in org.apache.ws.security.handler |
---|
Methods in org.apache.ws.security.handler that return types with arguments of type WSSecurityEngineResult | |
---|---|
List<WSSecurityEngineResult> |
WSHandlerResult.getResults()
gets the the security results |
Method parameters in org.apache.ws.security.handler with type arguments of type WSSecurityEngineResult | |
---|---|
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 parameters in org.apache.ws.security.handler with type arguments of type WSSecurityEngineResult | |
---|---|
WSHandlerResult(String actor,
List<WSSecurityEngineResult> results)
constructor |
Uses of WSSecurityEngineResult in org.apache.ws.security.processor |
---|
Uses of WSSecurityEngineResult in org.apache.ws.security.util |
---|
Methods in org.apache.ws.security.util that return WSSecurityEngineResult | |
---|---|
static WSSecurityEngineResult |
WSSecurityUtil.fetchActionResult(List<WSSecurityEngineResult> resultList,
int action)
Fetch the result of a given action from a given result list |
Methods in org.apache.ws.security.util that return types with arguments of type WSSecurityEngineResult | |
---|---|
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. |
Methods in org.apache.ws.security.util with parameters of type WSSecurityEngineResult | |
---|---|
static void |
WSSecurityUtil.checkSignsAllElements(WSSecurityEngineResult resultItem,
String[] requiredIDs)
Ensure that this covers all required elements (identified by their wsu:Id attributes). |
Method parameters in org.apache.ws.security.util with type arguments of type WSSecurityEngineResult | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |