Package | Description |
---|---|
org.apache.wss4j.dom.engine | |
org.apache.wss4j.dom.handler | |
org.apache.wss4j.dom.saml |
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 © 2004–2018 The Apache Software Foundation. All rights reserved.