Interface RenewTarget

All Known Implementing Classes:
RenewTargetImpl, RenewTargetImpl

public interface RenewTarget
Target specifying the Security token to be renewed.
Author:
WS-Trust Implementation Team
  • Method Details

    • getTargetType

      String getTargetType()
      Get the type of the renew Target information item
    • setTargetType

      void setTargetType(String renewTargetType)
      Set the type of the renew 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
    • setToken

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

      Token getToken()
      Get the Token to be renewed
    • setSecurityTokenReference

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

      SecurityTokenReference getSecurityTokenReference()
      Get the STR for the Token to be renewed