Interface RequestedSecurityToken

All Known Implementing Classes:
RequestedSecurityTokenImpl, RequestedSecurityTokenImpl

public interface RequestedSecurityToken
Author:
WS-Trust Implementation Team.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the value of the any property.
    Returns the Security Token contained in the RequestedSecurityToken element.
    void
    setAny(Object value)
    Sets the value of the any property.
    void
    setToken(Token token)
    Sets the value of the Security Token in the RequestedSecurityToken element.
  • Method Details

    • getAny

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

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

      Token getToken()
      Returns the Security Token contained in the RequestedSecurityToken element.
      Returns:
      Token
    • setToken

      void setToken(Token token)
      Sets the value of the Security Token in the RequestedSecurityToken element.
      Parameters:
      token - Token