|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ws.security.message.WSSecHeader
This class implements WS Security header. Setup a Security header with a specified actor and mustunderstand flag.
The defaults for actor and mustunderstand are: emptyactor
and
mustunderstand
is true.
Field Summary | |
protected java.lang.String |
actor
|
protected boolean |
doDebug
|
protected boolean |
mustunderstand
|
Constructor Summary | |
WSSecHeader()
Constructor. |
|
WSSecHeader(java.lang.String actor)
Constructor. |
|
WSSecHeader(java.lang.String act,
boolean mu)
Constructor. |
Method Summary | |
org.w3c.dom.Element |
getSecurityHeader()
Get the security header element of this instance. |
org.w3c.dom.Element |
insertSecurityHeader(org.w3c.dom.Document doc)
Creates a security header and inserts it as child into the SOAP Envelope. |
boolean |
isEmpty(org.w3c.dom.Document doc)
Returns whether the security header is empty |
void |
removeSecurityHeader(org.w3c.dom.Document doc)
|
void |
setActor(java.lang.String act)
set actor name. |
void |
setMustUnderstand(boolean mu)
Set the mustUnderstand flag for the
wsse:Security header. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.String actor
protected boolean mustunderstand
protected boolean doDebug
Constructor Detail |
public WSSecHeader()
public WSSecHeader(java.lang.String actor)
actor
- The actor name of the wsse:Security
headerpublic WSSecHeader(java.lang.String act, boolean mu)
act
- The actor name of the wsse:Security
headermu
- Set mustUnderstand
to true or falseMethod Detail |
public void setActor(java.lang.String act)
act
- The actor name of the wsse:Security
headerpublic void setMustUnderstand(boolean mu)
mustUnderstand
flag for the
wsse:Security
header.
mu
- Set mustUnderstand
to true or falsepublic org.w3c.dom.Element getSecurityHeader()
public boolean isEmpty(org.w3c.dom.Document doc)
public org.w3c.dom.Element insertSecurityHeader(org.w3c.dom.Document doc)
doc
- A SOAP envelope as Document
wsse:Security
elementpublic void removeSecurityHeader(org.w3c.dom.Document doc)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |