public interface NameIdentifier extends SAMLObject
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static String |
DEFAULT_ELEMENT_LOCAL_NAME
Element name, no namespace.
|
static QName |
DEFAULT_ELEMENT_NAME
Default element name.
|
static String |
EMAIL
URI for email name format.
|
static String |
FORMAT_ATTRIB_NAME
Name for the attribute which defines Name Qualifier.
|
static String |
NAMEQUALIFIER_ATTRIB_NAME
Name for the attribute which defines Name Qualifier.
|
static String |
TYPE_LOCAL_NAME
Local name of the XSI type.
|
static QName |
TYPE_NAME
QName of the XSI type.
|
static String |
UNSPECIFIED
URI for unspecified name format.
|
static String |
WIN_DOMAIN_QUALIFIED
URI for windows domain qualified name name format.
|
static String |
X509_SUBJECT
URI for X509 subject name format.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
getFormat()
Gets the format of this identifier.
|
String |
getNameIdentifier()
Gets the identifier.
|
String |
getNameQualifier()
Gets the name qualifier for this identifier.
|
void |
setFormat(String format)
Sets the format of this identifier.
|
void |
setNameIdentifier(String nameIdentifier)
Sets the identifier.
|
void |
setNameQualifier(String nameQualifier)
Sets the name qualifier for this identifier.
|
deregisterValidator, getValidators, registerValidator, validateaddNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationstatic final String DEFAULT_ELEMENT_LOCAL_NAME
static final QName DEFAULT_ELEMENT_NAME
static final QName TYPE_NAME
static final String NAMEQUALIFIER_ATTRIB_NAME
static final String FORMAT_ATTRIB_NAME
String getNameQualifier()
void setNameQualifier(String nameQualifier)
nameQualifier - name qualifier for this identifierString getFormat()
void setFormat(String format)
format - format of this identifierString getNameIdentifier()
void setNameIdentifier(String nameIdentifier)
nameIdentifier - the identifier.Copyright © 2012. All Rights Reserved.