Interface DelegateTo


  • public interface DelegateTo
    Indicates that the requested or issued token be delegated to another identity.
    Author:
    WS-Trust Implementation Team.
    • Method Detail

      • getTargetType

        String getTargetType()
        Get the type of the DelegateTo information item
        Returns:
        String
      • setTargetType

        void setTargetType​(String targetType)
        Set the type of the DelegateTo information item
        Parameters:
        targetType - String
      • 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
      • setSecurityTokenReference

        void setSecurityTokenReference​(SecurityTokenReference ref)
        Set the STR for the Token as the contents of DelegateTo
      • getSecurityTokenReference

        SecurityTokenReference getSecurityTokenReference()
        Get the STR contained in this DelegateTo instance
      • setToken

        void setToken​(Token token)
        Set the Token as the contents of DelegateTo
      • getToken

        Token getToken()
        Get the Token contained in this DelegateTo instance