Modifier and Type | Method and Description |
---|---|
void |
WSS4JSecurityContextCreator.createSecurityContext(org.apache.cxf.binding.soap.SoapMessage msg,
WSHandlerResult handlerResult)
Create a SecurityContext and store it on the SoapMessage parameter
|
void |
DefaultWSS4JSecurityContextCreator.createSecurityContext(org.apache.cxf.binding.soap.SoapMessage msg,
WSHandlerResult handlerResult)
Create a SecurityContext and store it on the SoapMessage parameter
|
protected void |
WSS4JInInterceptor.doResults(org.apache.cxf.binding.soap.SoapMessage msg,
String actor,
Element soapHeader,
Element soapBody,
WSHandlerResult wsResult,
boolean utWithCallbacks) |
protected void |
PolicyBasedWSS4JInInterceptor.doResults(org.apache.cxf.binding.soap.SoapMessage msg,
String actor,
Element soapHeader,
Element soapBody,
WSHandlerResult results,
boolean utWithCallbacks) |
protected void |
AbstractUsernameTokenAuthenticatingInterceptor.doResults(org.apache.cxf.binding.soap.SoapMessage msg,
String actor,
Element soapHeader,
Element soapBody,
WSHandlerResult wsResult,
boolean utWithCallbacks) |
Modifier and Type | Method and Description |
---|---|
static X509Certificate |
WSS4JUtils.getReqSigCert(List<WSHandlerResult> results)
Get the certificate that was used to sign the request
|
Modifier and Type | Method and Description |
---|---|
static String |
AbstractBindingBuilder.getUsername(List<WSHandlerResult> results)
Scan through
WSHandlerResult |
Modifier and Type | Method and Description |
---|---|
WSHandlerResult |
PolicyValidatorParameters.getResults() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractBindingPolicyValidator.checkProperties(AbstractSymmetricAsymmetricBinding binding,
org.apache.cxf.ws.policy.AssertionInfo ai,
org.apache.cxf.ws.policy.AssertionInfoMap aim,
WSHandlerResult results,
List<WSSecurityEngineResult> signedResults,
Message message)
Check various properties set in the policy of the binding
|
void |
PolicyValidatorParameters.setResults(WSHandlerResult results) |
protected boolean |
AbstractBindingPolicyValidator.validateTimestamp(boolean includeTimestamp,
boolean transportBinding,
WSHandlerResult results,
List<WSSecurityEngineResult> signedResults,
Message message)
Validate a Timestamp
|
Modifier and Type | Method and Description |
---|---|
WSHandlerResult |
WSSecurityEngine.processSecurityHeader(Document doc,
RequestData requestData)
Process the security header given the soap envelope as W3C document.
|
WSHandlerResult |
WSSecurityEngine.processSecurityHeader(Document doc,
String actor,
CallbackHandler cb,
Crypto crypto)
Process the security header given the soap envelope as W3C document.
|
WSHandlerResult |
WSSecurityEngine.processSecurityHeader(Document doc,
String actor,
CallbackHandler cb,
Crypto sigVerCrypto,
Crypto decCrypto)
Process the security header given the soap envelope as W3C document.
|
WSHandlerResult |
WSSecurityEngine.processSecurityHeader(Element securityHeader,
RequestData requestData)
Process the security header given the
wsse:Security DOM
Element. |
WSHandlerResult |
WSSecurityEngine.processSecurityHeader(Element securityHeader,
String actor,
CallbackHandler cb,
Crypto sigVerCrypto,
Crypto decCrypto)
Process the security header given the
wsse:Security DOM
Element. |
Modifier and Type | Method and Description |
---|---|
protected void |
WSHandler.checkSignatureConfirmation(RequestData reqData,
WSHandlerResult handlerResults) |
Modifier and Type | Method and Description |
---|---|
static void |
DOMSAMLUtil.validateSAMLResults(WSHandlerResult handlerResults,
Certificate[] tlsCerts,
Element body) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.