Interface RequestSecurityTokenResponseType

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface RequestSecurityTokenResponseType
    extends XmlObject
    An XML RequestSecurityTokenResponseType(@http://docs.oasis-open.org/ws-sx/ws-trust/200512/). This is a complex type.
    • Method Detail

      • getContext

        String getContext()
        Gets the "Context" attribute
      • xgetContext

        XmlAnyURI xgetContext()
        Gets (as xml) the "Context" attribute
      • isSetContext

        boolean isSetContext()
        True if has "Context" attribute
      • setContext

        void setContext​(String context)
        Sets the "Context" attribute
      • xsetContext

        void xsetContext​(XmlAnyURI context)
        Sets (as xml) the "Context" attribute
      • unsetContext

        void unsetContext()
        Unsets the "Context" attribute