|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.security.trust.token.AbstractToken
org.apache.axis2.security.trust.token.CompositeToken
org.apache.axis2.security.trust.token.CancelTarget
Field Summary | |
static QName |
TOKEN
|
Fields inherited from class org.apache.axis2.security.trust.token.AbstractToken |
factory, tokenElement, wstNamespace |
Constructor Summary | |
CancelTarget()
Class is used while creating a new CancelTaget which will refer to a targetToken rather than a SecurityTokenReference . |
|
CancelTarget(OMElement elem)
|
|
CancelTarget(org.apache.ws.security.message.token.SecurityTokenReference securityTokenReference)
|
Method Summary | |
protected void |
deserializeChildElement(OMElement element)
This is called for each of the immediate child elements of type OMNode.ELEMENT_NODE of this token |
org.apache.ws.security.message.token.SecurityTokenReference |
getSecurityTokenReference()
Returns the security token reference to the token to be cancelled. |
OMElement |
getTargetToken()
Returns the target token to be cancelled. |
protected QName |
getToken()
|
void |
setCancelTarget(OMElement targetToken)
Sets the cancel target element. |
void |
setCancelTarget(org.apache.ws.security.message.token.SecurityTokenReference securityTokenReference)
Sets the cancel target security token reference. |
Methods inherited from class org.apache.axis2.security.trust.token.CompositeToken |
setElementTextValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final QName TOKEN
Constructor Detail |
public CancelTarget(org.apache.ws.security.message.token.SecurityTokenReference securityTokenReference) throws TrustException
public CancelTarget()
public CancelTarget(OMElement elem) throws TrustException
elem
-
TrustException
Method Detail |
public void setCancelTarget(OMElement targetToken)
targetToken
- public void setCancelTarget(org.apache.ws.security.message.token.SecurityTokenReference securityTokenReference) throws TrustException
securityTokenReference
-
TrustException
public org.apache.ws.security.message.token.SecurityTokenReference getSecurityTokenReference()
public OMElement getTargetToken()
protected QName getToken()
getToken
in class AbstractToken
protected void deserializeChildElement(OMElement element) throws TrustException
AbstractToken
OMNode.ELEMENT_NODE
of this token
deserializeChildElement
in class AbstractToken
element
-
TrustException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |