Class PublicationImpl

java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.opensaml.saml.ext.saml2mdrpi.impl.PublicationImpl
All Implemented Interfaces:
XMLObject, SAMLObject, Publication

public class PublicationImpl extends AbstractXMLObject implements Publication
A concrete Publication.
  • Field Details

    • publisher

      @Nullable private String publisher
      The publisher.
    • creationInstant

      @Nullable private Instant creationInstant
      The creation instant.
    • publicationId

      @Nullable private String publicationId
      The publicationId.
  • Constructor Details

    • PublicationImpl

      protected PublicationImpl(@Nullable String namespaceURI, @Nonnull String elementLocalName, @Nullable 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