|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WSSecurityEngineResult | |
|---|---|
| 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 | |
|---|---|
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 |
| Methods in org.apache.wss4j.dom 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 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. |
| Methods in org.apache.wss4j.dom with parameters of type WSSecurityEngineResult | |
|---|---|
void |
WSDocInfo.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 | |
|---|---|
List<WSSecurityEngineResult> |
WSHandlerResult.getResults()
gets the the security results |
| Method parameters in org.apache.wss4j.dom.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.wss4j.dom.handler with type arguments of type WSSecurityEngineResult | |
|---|---|
WSHandlerResult(String actor,
List<WSSecurityEngineResult> results)
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 | |
|---|---|
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)
|
| Uses of WSSecurityEngineResult in org.apache.wss4j.dom.util |
|---|
| Methods in org.apache.wss4j.dom.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.wss4j.dom.util that return types with arguments of type WSSecurityEngineResult | |
|---|---|
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. |
| Methods in org.apache.wss4j.dom.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.wss4j.dom.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)
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||