public class WSAddSignatureConfirmation extends WSBaseMessage
actor, doDebug, keyIdentifierType, mustunderstand, parts, password, timeToLive, user, wssConfig| Constructor and Description |
|---|
WSAddSignatureConfirmation()
Deprecated.
|
WSAddSignatureConfirmation(String actor)
Deprecated.
replaced by
WSSecSignatureConfirmation.WSSecSignatureConfirmation()
and WSSecHeader for actor specification. |
WSAddSignatureConfirmation(String actor,
boolean mu)
Deprecated.
replaced by
WSSecSignatureConfirmation.WSSecSignatureConfirmation()
and WSSecHeader for actor and mustunderstand
specification. |
| Modifier and Type | Method and Description |
|---|---|
org.w3c.dom.Document |
build(org.w3c.dom.Document doc,
byte[] sigVal)
Deprecated.
|
String |
getId()
Deprecated.
replaced by
WSSecSignatureConfirmation.getId() |
void |
setId(String id)
Deprecated.
no replacement, id is created by default in
WSSecSignatureConfirmation |
getKeyIdentifierType, insertSecurityHeader, setActor, setBodyID, setKeyIdentifierType, setMustUnderstand, setParts, setTimeToLive, setUserInfo, setWsConfig, setWsuIdpublic WSAddSignatureConfirmation()
WSSecSignatureConfirmation.WSSecSignatureConfirmation()public WSAddSignatureConfirmation(String actor)
WSSecSignatureConfirmation.WSSecSignatureConfirmation()
and WSSecHeader for actor specification.actor - the name of the actor of the wsse:Security
headerpublic WSAddSignatureConfirmation(String actor, boolean mu)
WSSecSignatureConfirmation.WSSecSignatureConfirmation()
and WSSecHeader for actor and mustunderstand
specification.actor - The name of the actor of the wsse:Security
headermu - Set mustUnderstand to true or falsepublic org.w3c.dom.Document build(org.w3c.dom.Document doc,
byte[] sigVal)
WSSecSignatureConfirmation.build(Document, byte[], WSSecHeader)SignatureConfirmation to a soap envelope.
A complete SignatureConfirmation is constructed and added
to the wsse:Security header.doc - The SOAP enevlope as W3C documentsigVal - the Signature value. This will be the content of the "Value"
attribute.public void setId(String id)
WSSecSignatureConfirmationid - public String getId()
WSSecSignatureConfirmation.getId()Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.