Interface RequestSecurityTokenType

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface RequestSecurityTokenType
    extends XmlObject
    An XML RequestSecurityTokenType(@http://schemas.xmlsoap.org/ws/2005/02/trust). 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