Class ReferenceListImpl

java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.opensaml.xmlsec.encryption.impl.ReferenceListImpl
All Implemented Interfaces:
XMLObject, ReferenceList

public class ReferenceListImpl
extends AbstractXMLObject
implements ReferenceList
Concrete implementation of ReferenceList.
  • Field Details

  • Constructor Details

    • ReferenceListImpl

      protected ReferenceListImpl​(String namespaceURI, String elementLocalName, String namespacePrefix)
      Constructor.
      Parameters:
      namespaceURI - namespace URI
      elementLocalName - local name
      namespacePrefix - namespace prefix
  • Method Details

    • getReferences

      public List<ReferenceType> getReferences()
      Get the list of reference child elements.
      Specified by:
      getReferences in interface ReferenceList
      Returns:
      the list of reference child elements
    • getDataReferences

      public List<DataReference> getDataReferences()
      Get the list of data reference child elements.
      Specified by:
      getDataReferences in interface ReferenceList
      Returns:
      the list of data reference child elements
    • getKeyReferences

      public List<KeyReference> getKeyReferences()
      Get the list of key reference child elements.
      Specified by:
      getKeyReferences in interface ReferenceList
      Returns:
      the list of key reference child elements
    • 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