Interface RequestedSecurityToken

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Object getAny()
      Gets the value of the any property.
      Token getToken()
      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 Detail

      • 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