Class IDPEntryImpl

java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.opensaml.saml.saml2.core.impl.IDPEntryImpl
All Implemented Interfaces:
XMLObject, SAMLObject, IDPEntry

public class IDPEntryImpl extends AbstractXMLObject implements IDPEntry
Concrete implementation of IDPEntry.
  • Field Details

    • providerID

      @Nullable private String providerID
      The unique identifier of the IdP.
    • name

      @Nullable private String name
      Human-readable name for the IdP.
    • loc

      @Nullable private String loc
      URI reference representing the location of a profile-specific endpoint supporting the authentication request protocol.
  • Constructor Details

    • IDPEntryImpl

      protected IDPEntryImpl(@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