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 String
Element name, no namespace.static final QName
Default element name.static final String
URI for email name format.static final String
Name for the attribute which defines Name Qualifier.static final String
Name for the attribute which defines Name Qualifier.static final String
Local name of the XSI type.static final QName
QName of the XSI type.static final String
URI for unspecified name format.static final String
URI for windows domain qualified name name format.static final String
URI for X509 subject name format. -
Method Summary
Modifier and TypeMethodDescriptionGets the format of this identifier.Gets the name qualifier for this identifier.void
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
-
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
String 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
String 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
-