|
||||||||||
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(java.lang.String uri)
Get a WSSecurityEngineResult for the given Id. |
Methods in org.apache.ws.security that return types with arguments of type WSSecurityEngineResult | |
---|---|
java.util.List<WSSecurityEngineResult> |
WSSecurityEngine.processSecurityHeader(org.w3c.dom.Document doc,
java.lang.String actor,
javax.security.auth.callback.CallbackHandler cb,
Crypto crypto)
Process the security header given the soap envelope as W3C document. |
java.util.List<WSSecurityEngineResult> |
WSSecurityEngine.processSecurityHeader(org.w3c.dom.Document doc,
java.lang.String actor,
javax.security.auth.callback.CallbackHandler cb,
Crypto sigCrypto,
Crypto decCrypto)
Process the security header given the soap envelope as W3C document. |
java.util.List<WSSecurityEngineResult> |
WSSecurityEngine.processSecurityHeader(org.w3c.dom.Element securityHeader,
javax.security.auth.callback.CallbackHandler cb,
Crypto sigCrypto,
Crypto decCrypto)
Process the security header given the wsse:Security DOM
Element. |
java.util.List<WSSecurityEngineResult> |
WSSecurityEngine.processSecurityHeader(org.w3c.dom.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 | |
---|---|
java.util.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(java.util.List<WSSecurityEngineResult> wsResult,
java.util.List<java.lang.Integer> actions)
|
protected boolean |
WSHandler.checkReceiverResultsAnyOrder(java.util.List<WSSecurityEngineResult> wsResult,
java.util.List<java.lang.Integer> actions)
|
protected void |
WSHandler.checkSignatureConfirmation(RequestData reqData,
java.util.List<WSSecurityEngineResult> resultList)
|
Constructor parameters in org.apache.ws.security.handler with type arguments of type WSSecurityEngineResult | |
---|---|
WSHandlerResult(java.lang.String actor,
java.util.List<WSSecurityEngineResult> results)
constructor |
Uses of WSSecurityEngineResult in org.apache.ws.security.processor |
---|
Methods in org.apache.ws.security.processor that return types with arguments of type WSSecurityEngineResult | |
---|---|
java.util.List<WSSecurityEngineResult> |
EncryptedKeyProcessor.handleToken(org.w3c.dom.Element elem,
RequestData data,
WSDocInfo wsDocInfo)
|
java.util.List<WSSecurityEngineResult> |
TimestampProcessor.handleToken(org.w3c.dom.Element elem,
RequestData data,
WSDocInfo wsDocInfo)
|
java.util.List<WSSecurityEngineResult> |
ReferenceListProcessor.handleToken(org.w3c.dom.Element elem,
RequestData data,
WSDocInfo wsDocInfo)
|
java.util.List<WSSecurityEngineResult> |
EncryptedDataProcessor.handleToken(org.w3c.dom.Element elem,
RequestData request,
WSDocInfo wsDocInfo)
|
java.util.List<WSSecurityEngineResult> |
DerivedKeyTokenProcessor.handleToken(org.w3c.dom.Element elem,
RequestData data,
WSDocInfo wsDocInfo)
|
java.util.List<WSSecurityEngineResult> |
BinarySecurityTokenProcessor.handleToken(org.w3c.dom.Element elem,
RequestData data,
WSDocInfo wsDocInfo)
|
java.util.List<WSSecurityEngineResult> |
UsernameTokenProcessor.handleToken(org.w3c.dom.Element elem,
RequestData data,
WSDocInfo wsDocInfo)
|
java.util.List<WSSecurityEngineResult> |
SAMLTokenProcessor.handleToken(org.w3c.dom.Element elem,
RequestData data,
WSDocInfo wsDocInfo)
|
java.util.List<WSSecurityEngineResult> |
SignatureProcessor.handleToken(org.w3c.dom.Element elem,
RequestData data,
WSDocInfo wsDocInfo)
|
java.util.List<WSSecurityEngineResult> |
SignatureConfirmationProcessor.handleToken(org.w3c.dom.Element elem,
RequestData data,
WSDocInfo wsDocInfo)
|
java.util.List<WSSecurityEngineResult> |
Processor.handleToken(org.w3c.dom.Element elem,
RequestData request,
WSDocInfo wsDocInfo)
|
java.util.List<WSSecurityEngineResult> |
SecurityContextTokenProcessor.handleToken(org.w3c.dom.Element elem,
RequestData data,
WSDocInfo wsDocInfo)
|
Uses of WSSecurityEngineResult in org.apache.ws.security.util |
---|
Methods in org.apache.ws.security.util that return WSSecurityEngineResult | |
---|---|
static WSSecurityEngineResult |
WSSecurityUtil.fetchActionResult(java.util.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 java.util.List<WSSecurityEngineResult> |
WSSecurityUtil.fetchAllActionResults(java.util.List<WSSecurityEngineResult> resultList,
int action,
java.util.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,
java.lang.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(java.util.List<WSSecurityEngineResult> results,
int action,
javax.xml.namespace.QName[] requiredParts)
Check that all of the QName[] requiredParts are protected by a specified action in the results list. |
static WSSecurityEngineResult |
WSSecurityUtil.fetchActionResult(java.util.List<WSSecurityEngineResult> resultList,
int action)
Fetch the result of a given action from a given result list |
static java.util.List<WSSecurityEngineResult> |
WSSecurityUtil.fetchAllActionResults(java.util.List<WSSecurityEngineResult> resultList,
int action,
java.util.List<WSSecurityEngineResult> actionResultList)
Fetch the result of a given action from a given result list. |
static java.util.List<WSSecurityEngineResult> |
WSSecurityUtil.fetchAllActionResults(java.util.List<WSSecurityEngineResult> resultList,
int action,
java.util.List<WSSecurityEngineResult> actionResultList)
Fetch the result of a given action from a given result list. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |