Class AdditionalMetadataLocationImpl

java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.opensaml.core.xml.schema.impl.XSURIImpl
org.opensaml.saml.saml2.metadata.impl.AdditionalMetadataLocationImpl
All Implemented Interfaces:
XSURI, XMLObject, SAMLObject, AdditionalMetadataLocation

public class AdditionalMetadataLocationImpl extends XSURIImpl implements AdditionalMetadataLocation
Concrete implementation of AdditionalMetadataLocation.
  • Field Details

    • namespace

      @Nullable private String namespace
      Namespace scope of the root metadata element at the location.
  • Constructor Details

    • AdditionalMetadataLocationImpl

      protected AdditionalMetadataLocationImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
      Constructor.
      Parameters:
      namespaceURI - the URI of the name space
      elementLocalName - the local name
      namespacePrefix - the prefix name space
  • Method Details