Interface NameIdentifier

All Superinterfaces:
SAMLObject, XMLObject, XSString
All Known Implementing Classes:
NameIdentifierImpl

public interface NameIdentifier extends SAMLObject, XSString
Interface to define how a NameIdentifier element behaves.
  • Field Details

  • Method Details

    • getNameQualifier

      @Nullable String getNameQualifier()
      Gets the name qualifier for this identifier.
      Returns:
      name qualifier for this identifier
    • setNameQualifier

      void setNameQualifier(@Nullable String nameQualifier)
      Sets the name qualifier for this identifier.
      Parameters:
      nameQualifier - name qualifier for this identifier
    • getFormat

      @Nullable String getFormat()
      Gets the format of this identifier.
      Returns:
      format of this identifier
    • setFormat

      void setFormat(@Nullable String format)
      Sets the format of this identifier.
      Parameters:
      format - format of this identifier