Interface NameIdentifier

  • All Superinterfaces:
    SAMLObject, org.opensaml.core.xml.XMLObject, org.opensaml.core.xml.schema.XSString

    public interface NameIdentifier
    extends SAMLObject, org.opensaml.core.xml.schema.XSString
    Interface to define how a NameIdentifier element behaves.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getFormat()
      Gets the format of this identifier.
      String getNameQualifier()
      Gets the name qualifier for this identifier.
      void setFormat​(String format)
      Sets the format of this identifier.
      void setNameQualifier​(String nameQualifier)
      Sets the name qualifier for this identifier.
      • Methods inherited from interface org.opensaml.core.xml.XMLObject

        detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
      • Methods inherited from interface org.opensaml.core.xml.schema.XSString

        getValue, setValue
    • Method Detail

      • getNameQualifier

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

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

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

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