Interface SignatureConfirmation

All Superinterfaces:
IdBearing, WSSecurityObject, XMLObject
All Known Implementing Classes:
SignatureConfirmationImpl

public interface SignatureConfirmation extends IdBearing, WSSecurityObject
The <wsse11:SignatureConfirmation> element.
  • Field Details

    • ELEMENT_LOCAL_NAME

      static final String ELEMENT_LOCAL_NAME
      Element local name.
      See Also:
    • ELEMENT_NAME

      static final QName ELEMENT_NAME
      Qualified element name.
    • TYPE_LOCAL_NAME

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

      static final QName TYPE_NAME
      QName of the XSI type.
    • VALUE_ATTRIB_NAME

      static final String VALUE_ATTRIB_NAME
      The Value attribute name.
      See Also:
  • Method Details

    • getValue

      String getValue()
      Returns the Value attribute value.
      Returns:
      the Value attribute value or null.
    • setValue

      void setValue(String newValue)
      Sets the Value attribute value.
      Parameters:
      newValue - the Value attribute value.