|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.ws.security.message.WSBaseMessage
org.apache.ws.security.message.WSAddSignatureConfirmation
Builds a WS SignatureConfirmation and inserts it into the SOAP Envelope.
| Field Summary |
| Fields inherited from class org.apache.ws.security.message.WSBaseMessage |
actor, doDebug, keyIdentifierType, mustunderstand, parts, password, timeToLive, user, wssConfig |
| Constructor Summary | |
WSAddSignatureConfirmation()
Deprecated. replaced by WSSecSignatureConfirmation.WSSecSignatureConfirmation() |
|
WSAddSignatureConfirmation(java.lang.String actor)
Deprecated. replaced by WSSecSignatureConfirmation.WSSecSignatureConfirmation()
and WSSecHeader for actor specification. |
|
WSAddSignatureConfirmation(java.lang.String actor,
boolean mu)
Deprecated. replaced by WSSecSignatureConfirmation.WSSecSignatureConfirmation()
and WSSecHeader for actor and mustunderstand
specification. |
|
| Method Summary | |
org.w3c.dom.Document |
build(org.w3c.dom.Document doc,
byte[] sigVal)
Deprecated. replaced by WSSecSignatureConfirmation.build(Document, byte[], WSSecHeader) |
java.lang.String |
getId()
Deprecated. replaced by WSSecSignatureConfirmation.getId() |
void |
setId(java.lang.String id)
Deprecated. no replacement, id is created by default in WSSecSignatureConfirmation |
| Methods inherited from class org.apache.ws.security.message.WSBaseMessage |
getKeyIdentifierType, insertSecurityHeader, setActor, setBodyID, setKeyIdentifierType, setMustUnderstand, setParts, setTimeToLive, setUserInfo, setWsConfig, setWsuId |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public WSAddSignatureConfirmation()
WSSecSignatureConfirmation.WSSecSignatureConfirmation()
public WSAddSignatureConfirmation(java.lang.String actor)
WSSecSignatureConfirmation.WSSecSignatureConfirmation()
and WSSecHeader for actor specification.
actor - the name of the actor of the wsse:Security
header
public WSAddSignatureConfirmation(java.lang.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 false| Method Detail |
public 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(java.lang.String id)
WSSecSignatureConfirmation
id - public java.lang.String getId()
WSSecSignatureConfirmation.getId()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||