Class NameIdentifierImpl

  • All Implemented Interfaces:
    org.opensaml.core.xml.schema.XSString, org.opensaml.core.xml.XMLObject, org.opensaml.saml.common.SAMLObject, org.opensaml.saml.saml1.core.NameIdentifier

    public class NameIdentifierImpl
    extends org.opensaml.core.xml.schema.impl.XSStringImpl
    implements org.opensaml.saml.saml1.core.NameIdentifier
    Complete implementation of NameIdentifier.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private String format
      Contents of the Format.
      private String nameQualifier
      Contents of the NameQualifierAttribute.
      • Fields inherited from interface org.opensaml.saml.saml1.core.NameIdentifier

        DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, EMAIL, FORMAT_ATTRIB_NAME, NAMEQUALIFIER_ATTRIB_NAME, TYPE_LOCAL_NAME, TYPE_NAME, UNSPECIFIED, WIN_DOMAIN_QUALIFIED, X509_SUBJECT
      • Fields inherited from interface org.opensaml.core.xml.schema.XSString

        TYPE_LOCAL_NAME, TYPE_NAME
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected NameIdentifierImpl​(String namespaceURI, String elementLocalName, String namespacePrefix)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getFormat()
      String getNameQualifier()
      void setFormat​(String fmt)
      void setNameQualifier​(String qualifier)
      • Methods inherited from class org.opensaml.core.xml.schema.impl.XSStringImpl

        getOrderedChildren, getValue, setValue
      • Methods inherited from class org.opensaml.core.xml.AbstractXMLObject

        detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType
      • 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
    • Field Detail

      • nameQualifier

        private String nameQualifier
        Contents of the NameQualifierAttribute.
      • format

        private String format
        Contents of the Format.
    • Constructor Detail

      • NameIdentifierImpl

        protected NameIdentifierImpl​(String namespaceURI,
                                     String elementLocalName,
                                     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 Detail

      • getNameQualifier

        public String getNameQualifier()
        Specified by:
        getNameQualifier in interface org.opensaml.saml.saml1.core.NameIdentifier
      • getFormat

        public String getFormat()
        Specified by:
        getFormat in interface org.opensaml.saml.saml1.core.NameIdentifier
      • setNameQualifier

        public void setNameQualifier​(String qualifier)
        Specified by:
        setNameQualifier in interface org.opensaml.saml.saml1.core.NameIdentifier
      • setFormat

        public void setFormat​(String fmt)
        Specified by:
        setFormat in interface org.opensaml.saml.saml1.core.NameIdentifier