Class SignatureConfirmationImpl

All Implemented Interfaces:
XMLObject, IdBearing, SignatureConfirmation, WSSecurityObject

public class SignatureConfirmationImpl
extends AbstractWSSecurityObject
implements SignatureConfirmation
SignatureConfirmationImpl.
  • Field Details

    • id

      private String id
      wsu:Id attribute value.
    • value

      private String value
      the Value attribute value.
  • Constructor Details

    • SignatureConfirmationImpl

      public SignatureConfirmationImpl​(String namespaceURI, String elementLocalName, String namespacePrefix)
      Constructor.
      Parameters:
      namespaceURI - namespace of the element
      elementLocalName - name of the element
      namespacePrefix - namespace prefix of the element
  • Method Details

    • getValue

      public String getValue()
      Returns the Value attribute value.
      Specified by:
      getValue in interface SignatureConfirmation
      Returns:
      the Value attribute value or null.
    • setValue

      public void setValue​(String newValue)
      Sets the Value attribute value.
      Specified by:
      setValue in interface SignatureConfirmation
      Parameters:
      newValue - the Value attribute value.
    • getWSUId

      public String getWSUId()
      Returns the @wsu:Id attribute value.
      Specified by:
      getWSUId in interface IdBearing
      Returns:
      The @wsu:Id attribute value or null.
    • setWSUId

      public void setWSUId​(String newId)
      Sets the @wsu:Id attribute value.
      Specified by:
      setWSUId in interface IdBearing
      Parameters:
      newId - The @wsu:Id attribute value