com.sun.xml.ws.security.trust.impl.wssx.elements
Class CancelTargetImpl
java.lang.Object
com.sun.xml.ws.security.trust.impl.wssx.bindings.CancelTargetType
com.sun.xml.ws.security.trust.impl.wssx.elements.CancelTargetImpl
- All Implemented Interfaces:
- CancelTarget
public class CancelTargetImpl
- extends CancelTargetType
- implements CancelTarget
Defines Binding for requesting security tokens to be cancelled.
- Author:
- Manveen Kaur
| Fields inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.CancelTargetType |
any |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CancelTargetImpl
public CancelTargetImpl(SecurityTokenReference str)
CancelTargetImpl
public CancelTargetImpl(Token token)
CancelTargetImpl
public CancelTargetImpl(CancelTargetType ctType)
throws Exception
- Throws:
Exception
getTargetType
public String getTargetType()
- Description copied from interface:
CancelTarget
- Get the type of the Cancel Target information item
- Specified by:
getTargetType in interface CancelTarget
setTargetType
public void setTargetType(String ttype)
setSecurityTokenReference
public void setSecurityTokenReference(SecurityTokenReference ref)
- Description copied from interface:
CancelTarget
- Set the STR for the Token to be Cancelled
- Specified by:
setSecurityTokenReference in interface CancelTarget
getSecurityTokenReference
public SecurityTokenReference getSecurityTokenReference()
- Description copied from interface:
CancelTarget
- Get the STR for the Token to be Cancelled
- Specified by:
getSecurityTokenReference in interface CancelTarget
setToken
public void setToken(Token token)
- Description copied from interface:
CancelTarget
- Set the token to be Cancelled
- Specified by:
setToken in interface CancelTarget
getToken
public Token getToken()
- Description copied from interface:
CancelTarget
- Get the token to be Cancelled
- Specified by:
getToken in interface CancelTarget
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.