Class MetadataServiceListImpl

java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.opensaml.xmlsec.signature.AbstractSignableXMLObject
org.opensaml.saml.common.AbstractSignableSAMLObject
se.swedenconnect.opensaml.eidas.metadata.impl.MetadataServiceListImpl
All Implemented Interfaces:
org.opensaml.core.xml.XMLObject, org.opensaml.saml.common.SAMLObject, org.opensaml.saml.common.SignableSAMLObject, org.opensaml.xmlsec.signature.SignableXMLObject, MetadataServiceList

public class MetadataServiceListImpl extends org.opensaml.saml.common.AbstractSignableSAMLObject implements MetadataServiceList
Implementation class for MetadataList.
Author:
Martin Lindström
  • Constructor Details

    • MetadataServiceListImpl

      protected MetadataServiceListImpl(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