org.apache.axis2.security.trust.token
Class CancelRequestSecurityToken
java.lang.Object
org.apache.axis2.security.trust.token.AbstractToken
org.apache.axis2.security.trust.token.CompositeToken
org.apache.axis2.security.trust.token.RequestSecurityToken
org.apache.axis2.security.trust.token.CancelRequestSecurityToken
- public class CancelRequestSecurityToken
- extends RequestSecurityToken
Methods inherited from class org.apache.axis2.security.trust.token.RequestSecurityToken |
addAttribute, addToken, deserializeChildElement, getAttributeValue, getContextAttrValue, getRequestElement, getRequestType, getToken, getToken, getTokenType, setContextAttr, setRequestType, setTokenType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CancelRequestSecurityToken
public CancelRequestSecurityToken()
CancelRequestSecurityToken
public CancelRequestSecurityToken(OMElement elem)
throws TrustException
- Parameters:
elem
-
- Throws:
TrustException
setCancelTarget
public void setCancelTarget(OMElement targetToken)
- Sets the cancel target with the target token
- Parameters:
targetToken
-
setCancelTarget
public void setCancelTarget(org.apache.ws.security.message.token.SecurityTokenReference securityTokenReference)
throws TrustException
- Sets the cancel target with a security token reference
- Parameters:
securityTokenReference
-
- Throws:
TrustException
handleSpecificChildren
protected void handleSpecificChildren(OMElement element)
throws TrustException
- Specified by:
handleSpecificChildren
in class RequestSecurityToken
- Parameters:
element
- Specific child element
- Throws:
TrustException