|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ws.sandbox.security.trust.message.token.BaseToken
Field Summary | |
static javax.xml.namespace.QName |
TOKEN
|
Constructor Summary | |
BaseToken(org.w3c.dom.Document doc)
Constructor for Base |
|
BaseToken(org.w3c.dom.Element elem)
Constructor for Base |
Method Summary | |
void |
addToken(org.w3c.dom.Element childToken)
Other tokens can be added through this method |
BinarySecurity |
getBinarySecurityToken()
Return the binary security token of the base token if any |
org.w3c.dom.Element |
getElement()
|
org.w3c.dom.Element |
getFirstElement()
get the first child element. |
void |
removeToken(org.w3c.dom.Element childToken)
Tokens can be removed through this method |
void |
setBinarySecurityToken(BinarySecurity binarySecurity)
Currently support only direct reference |
void |
setElement(org.w3c.dom.Element element)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final javax.xml.namespace.QName TOKEN
Constructor Detail |
public BaseToken(org.w3c.dom.Element elem) throws WSSecurityException
elem
-
WSSecurityException
public BaseToken(org.w3c.dom.Document doc)
doc
- Method Detail |
public BinarySecurity getBinarySecurityToken() throws WSSecurityException
WSSecurityException
public void setBinarySecurityToken(BinarySecurity binarySecurity)
binarySecurity
- public org.w3c.dom.Element getFirstElement()
Element
child nodepublic org.w3c.dom.Element getElement()
public void setElement(org.w3c.dom.Element element)
element
- public java.lang.String toString()
public void addToken(org.w3c.dom.Element childToken)
childToken
- public void removeToken(org.w3c.dom.Element childToken)
childToken
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |