Class CancelTargetImpl

  • All Implemented Interfaces:
    com.sun.xml.ws.security.trust.elements.CancelTarget

    public class CancelTargetImpl
    extends CancelTargetType
    implements com.sun.xml.ws.security.trust.elements.CancelTarget
    Defines Binding for requesting security tokens to be cancelled.
    Author:
    Manveen Kaur
    • Constructor Detail

      • CancelTargetImpl

        public CancelTargetImpl​(com.sun.xml.ws.security.trust.elements.str.SecurityTokenReference str)
      • CancelTargetImpl

        public CancelTargetImpl​(com.sun.xml.ws.security.Token token)
    • Method Detail

      • getTargetType

        public String getTargetType()
        Specified by:
        getTargetType in interface com.sun.xml.ws.security.trust.elements.CancelTarget
      • setTargetType

        public final void setTargetType​(String ttype)
      • setSecurityTokenReference

        public final void setSecurityTokenReference​(com.sun.xml.ws.security.trust.elements.str.SecurityTokenReference ref)
        Specified by:
        setSecurityTokenReference in interface com.sun.xml.ws.security.trust.elements.CancelTarget
      • getSecurityTokenReference

        public com.sun.xml.ws.security.trust.elements.str.SecurityTokenReference getSecurityTokenReference()
        Specified by:
        getSecurityTokenReference in interface com.sun.xml.ws.security.trust.elements.CancelTarget
      • setToken

        public final void setToken​(com.sun.xml.ws.security.Token token)
        Specified by:
        setToken in interface com.sun.xml.ws.security.trust.elements.CancelTarget
      • getToken

        public com.sun.xml.ws.security.Token getToken()
        Specified by:
        getToken in interface com.sun.xml.ws.security.trust.elements.CancelTarget