Class MetadataListImpl

java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
se.swedenconnect.opensaml.eidas.metadata.impl.MetadataListImpl
All Implemented Interfaces:
AttributeExtensibleXMLObject, XMLObject, SAMLObject, MetadataList

public class MetadataListImpl extends AbstractXMLObject implements MetadataList
Implementation class for MetadataList.
Author:
Martin Lindström
  • Constructor Details

    • MetadataListImpl

      protected MetadataListImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
      Constructor.
      Parameters:
      namespaceURI - the namespace the element is in
      elementLocalName - the local name of the XML element this Object represents
      namespacePrefix - the prefix for the given namespace
  • Method Details