Class AbstractNameIDType

All Implemented Interfaces:
XSString, XMLObject, NameIDType
Direct Known Subclasses:
IssuerImpl, NameIDImpl, RespondToImpl

public class AbstractNameIDType extends XSStringImpl implements NameIDType
Abstract implementation of NameIDType.
  • Field Details

    • nameQualifier

      @Nullable private String nameQualifier
      Name Qualifier of the Name ID.
    • spNameQualifier

      @Nullable private String spNameQualifier
      SP Name Qualifier of the Name ID.
    • format

      @Nullable private String format
      Format of the Name ID.
    • spProvidedID

      @Nullable private String spProvidedID
      SP ProvidedID of the NameID.
  • Constructor Details

    • AbstractNameIDType

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