Interface SignChallengeType

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getChallenge

        String getChallenge()
        Gets the "Challenge" element
      • xgetChallenge

        XmlString xgetChallenge()
        Gets (as xml) the "Challenge" element
      • setChallenge

        void setChallenge​(String challenge)
        Sets the "Challenge" element
      • xsetChallenge

        void xsetChallenge​(XmlString challenge)
        Sets (as xml) the "Challenge" element