|
|||||||||||
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.AbstractToken
org.apache.ws.sandbox.security.trust.message.token.CompositeElement
org.apache.ws.sandbox.security.trust.message.token.CancelTarget
The wst:CancelTarget
element
Field Summary | |
static javax.xml.namespace.QName |
TOKEN
|
Fields inherited from class org.apache.ws.sandbox.security.trust.message.token.AbstractToken |
document, element |
Constructor Summary | |
CancelTarget(org.w3c.dom.Document doc,
org.w3c.dom.Element targetToken)
|
|
CancelTarget(org.w3c.dom.Document doc,
SecurityTokenReference securityTokenReference)
|
|
CancelTarget(org.w3c.dom.Element elem)
|
Method Summary | |
protected void |
deserializeChildElement(org.w3c.dom.Element elem)
This is called for each of the immediate child elements of type Node.ELEMENT_NODE of this token |
SecurityTokenReference |
getSecurityTokenReference()
Returns the security token reference to the token to be cancelled |
org.w3c.dom.Element |
getTargetToken()
Returns the target token to be cancelled |
protected javax.xml.namespace.QName |
getToken()
Returns the QName of this type |
void |
setCancelTarget(org.w3c.dom.Element targetToken)
Sets a token as the token to be cancelled |
void |
setCancelTarget(SecurityTokenReference securityTokenReference)
Sets the given security token reference as the cancel target |
Methods inherited from class org.apache.ws.sandbox.security.trust.message.token.CompositeElement |
setElementTextValue |
Methods inherited from class org.apache.ws.sandbox.security.trust.message.token.AbstractToken |
addChild, getElement, parse, removeChild, setElement, 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 CancelTarget(org.w3c.dom.Document doc, SecurityTokenReference securityTokenReference)
doc
- public CancelTarget(org.w3c.dom.Document doc, org.w3c.dom.Element targetToken)
doc
- public CancelTarget(org.w3c.dom.Element elem) throws WSTrustException
elem
-
WSSecurityException
WSTrustException
Method Detail |
public void setCancelTarget(org.w3c.dom.Element targetToken)
targetToken
- public void setCancelTarget(SecurityTokenReference securityTokenReference)
securityTokenReference
- public SecurityTokenReference getSecurityTokenReference()
public org.w3c.dom.Element getTargetToken()
protected javax.xml.namespace.QName getToken()
getToken
in class AbstractToken
AbstractToken.getToken()
protected void deserializeChildElement(org.w3c.dom.Element elem) throws WSTrustException
AbstractToken
Node.ELEMENT_NODE
of this token
deserializeChildElement
in class AbstractToken
elem
- The child element
WSTrustException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |