Interface CancelTarget


  • public interface CancelTarget
    Defines Binding for requesting security tokens to be cancelled.
    Author:
    WS-Trust Implementation Team
    • Method Detail

      • getTargetType

        String getTargetType()
        Get the type of the Cancel Target information item
      • getAny

        Object getAny()
        Gets the value of the any property.
        Returns:
        possible object is Object
      • setAny

        void setAny​(Object value)
        Sets the value of the any property.
        Parameters:
        value - allowed object is Object
      • setSecurityTokenReference

        void setSecurityTokenReference​(SecurityTokenReference ref)
        Set the STR for the Token to be Cancelled
      • getSecurityTokenReference

        SecurityTokenReference getSecurityTokenReference()
        Get the STR for the Token to be Cancelled
      • setToken

        void setToken​(Token token)
        Set the token to be Cancelled
      • getToken

        Token getToken()
        Get the token to be Cancelled