Class DigestMethodImpl

java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.opensaml.saml.ext.saml2alg.impl.DigestMethodImpl
All Implemented Interfaces:
ElementExtensibleXMLObject, XMLObject, SAMLObject, DigestMethod

public class DigestMethodImpl extends AbstractXMLObject implements DigestMethod
Implementation of DigestMethod.
  • Field Details

  • Constructor Details

    • DigestMethodImpl

      public DigestMethodImpl(@Nullable String namespaceURI, @Nonnull String elementLocalName, @Nullable String namespacePrefix)
      Constructor.
      Parameters:
      namespaceURI - the namespace URI
      elementLocalName - the element local name
      namespacePrefix - the namespace prefix
  • Method Details

    • getAlgorithm

      @Nullable public String getAlgorithm()
      Get the value of the Algorithm URI attribute.
      Specified by:
      getAlgorithm in interface DigestMethod
      Returns:
      the algorithm URI
    • setAlgorithm

      public void setAlgorithm(@Nullable String newValue)
      Get the value of the Algorithm URI attribute.
      Specified by:
      setAlgorithm in interface DigestMethod
      Parameters:
      newValue - the algorithm URI
    • getUnknownXMLObjects

      public List<XMLObject> getUnknownXMLObjects()
      Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
      Specified by:
      getUnknownXMLObjects in interface ElementExtensibleXMLObject
      Returns:
      list of XMLObjects added to this XMLObject as part of the "any" content model
    • getUnknownXMLObjects

      public List<XMLObject> getUnknownXMLObjects(QName typeOrName)
      Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.
      Specified by:
      getUnknownXMLObjects in interface ElementExtensibleXMLObject
      Parameters:
      typeOrName - the QName of the statements to return
      Returns:
      list of XMLObjects added to this XMLObject as part of the "any" content model TODO: think this should be typed List<? extends XMLObject>
    • getOrderedChildren

      public List<XMLObject> getOrderedChildren()
      Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
      Specified by:
      getOrderedChildren in interface XMLObject
      Returns:
      ordered list of child elements