Package org.opensaml.saml.saml1.core
Interface NameIdentifier
- All Superinterfaces:
SAMLObject,XMLObject,XSString
- All Known Implementing Classes:
NameIdentifierImpl
Interface to define how a NameIdentifier element behaves.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringElement name, no namespace.static final QNameDefault element name.static final StringURI for email name format.static final StringName for the attribute which defines Name Qualifier.static final StringName for the attribute which defines Name Qualifier.static final StringLocal name of the XSI type.static final QNameQName of the XSI type.static final StringURI for unspecified name format.static final StringURI for windows domain qualified name name format.static final StringURI for X509 subject name format. -
Method Summary
Modifier and TypeMethodDescriptionGets the format of this identifier.Gets the name qualifier for this identifier.voidSets the format of this identifier.voidsetNameQualifier(String nameQualifier) Sets the name qualifier for this identifier.Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, ensureDOM, 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
-
Field Details
-
DEFAULT_ELEMENT_LOCAL_NAME
Element name, no namespace.- See Also:
-
DEFAULT_ELEMENT_NAME
Default element name. -
TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
-
TYPE_NAME
QName of the XSI type. -
NAMEQUALIFIER_ATTRIB_NAME
Name for the attribute which defines Name Qualifier.- See Also:
-
FORMAT_ATTRIB_NAME
Name for the attribute which defines Name Qualifier.- See Also:
-
UNSPECIFIED
URI for unspecified name format.- See Also:
-
EMAIL
URI for email name format.- See Also:
-
X509_SUBJECT
URI for X509 subject name format.- See Also:
-
WIN_DOMAIN_QUALIFIED
URI for windows domain qualified name name format.- See Also:
-
-
Method Details
-
getNameQualifier
Gets the name qualifier for this identifier.- Returns:
- name qualifier for this identifier
-
setNameQualifier
Sets the name qualifier for this identifier.- Parameters:
nameQualifier- name qualifier for this identifier
-
getFormat
Gets the format of this identifier.- Returns:
- format of this identifier
-
setFormat
Sets the format of this identifier.- Parameters:
format- format of this identifier
-