|
|||||||||||
| 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 javax.xml.namespace.QName |
TOKEN
|
| Fields inherited from class org.apache.axis2.security.trust.token.AbstractToken |
factory, tokenElement, wstNamespace |
| Constructor Summary | |
CancelTarget()
This can be used when we are 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 javax.xml.namespace.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 javax.xml.namespace.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 -
TrustExceptionpublic org.apache.ws.security.message.token.SecurityTokenReference getSecurityTokenReference()
public OMElement getTargetToken()
protected javax.xml.namespace.QName getToken()
getToken in class AbstractToken
protected void deserializeChildElement(OMElement element)
throws TrustException
AbstractTokenOMNode.ELEMENT_NODE of this token
deserializeChildElement in class AbstractTokenelement -
TrustException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||