Interface SignChallengeType

All Superinterfaces:
AttributeExtensibleXMLObject, ElementExtensibleXMLObject, WSTrustObject, XMLObject
All Known Subinterfaces:
SignChallenge, SignChallengeResponse
All Known Implementing Classes:
SignChallengeImpl, SignChallengeResponseImpl, SignChallengeTypeImpl

public interface SignChallengeType extends AttributeExtensibleXMLObject, ElementExtensibleXMLObject, WSTrustObject
SignChallengeType complex type.
  • Field Details

    • TYPE_LOCAL_NAME

      @Nonnull @NotEmpty static final String TYPE_LOCAL_NAME
      Local name of the XSI type.
      See Also:
    • TYPE_NAME

      @Nonnull static final QName TYPE_NAME
      QName of the XSI type.
  • Method Details

    • getChallenge

      @Nullable Challenge getChallenge()
      Returns the wst:Challenge child element.
      Returns:
      the Challenge child element or null.
    • setChallenge

      void setChallenge(@Nullable Challenge challenge)
      Sets the wst:Challenge child element.
      Parameters:
      challenge - the Challenge child element to set.