Interface NameIDFormat

All Superinterfaces:
SAMLObject, XMLObject, XSURI
All Known Implementing Classes:
NameIDFormatImpl

public interface NameIDFormat extends SAMLObject, XSURI
SAML 2.0 Metadata NameIDFormat.
  • Field Details

    • DEFAULT_ELEMENT_LOCAL_NAME

      @Nonnull @NotEmpty static final String DEFAULT_ELEMENT_LOCAL_NAME
      Element name, no namespace.
      See Also:
    • DEFAULT_ELEMENT_NAME

      @Nonnull static final QName DEFAULT_ELEMENT_NAME
      Default element name.
  • Method Details

    • getFormat

      @Deprecated(forRemoval=true, since="4.0.0") @Nullable default String getFormat()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Gets the format of the NameID.
      Returns:
      the format of the NameID
    • setFormat

      @Deprecated(forRemoval=true, since="4.0.0") default void setFormat(@Nullable String uri)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Sets the format of the NameID.
      Parameters:
      uri - the format of the NameID