com.sun.xml.ws.security.trust.impl.elements
Class CancelTargetImpl
java.lang.Object
com.sun.xml.ws.security.trust.impl.bindings.CancelTargetType
com.sun.xml.ws.security.trust.impl.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
| 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)
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 final void setTargetType(String ttype)
setSecurityTokenReference
public final 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 final 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.