org.opensaml.saml1.core
Interface NameIdentifier

All Superinterfaces:
SAMLObject, org.opensaml.xml.validation.ValidatingXMLObject, org.opensaml.xml.XMLObject
All Known Implementing Classes:
NameIdentifierImpl

public interface NameIdentifier
extends SAMLObject

Interface to define how a NameIdentifier element behaves.


Field Summary
static java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
          Element name, no namespace.
static javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
          Default element name.
static java.lang.String EMAIL
          URI for email name format.
static java.lang.String FORMAT_ATTRIB_NAME
          Name for the attribute which defines Name Qualifier.
static java.lang.String NAMEQUALIFIER_ATTRIB_NAME
          Name for the attribute which defines Name Qualifier.
static java.lang.String TYPE_LOCAL_NAME
          Local name of the XSI type.
static javax.xml.namespace.QName TYPE_NAME
          QName of the XSI type.
static java.lang.String UNSPECIFIED
          URI for unspecified name format.
static java.lang.String WIN_DOMAIN_QUALIFIED
          URI for windows domain qualified name name format.
static java.lang.String X509_SUBJECT
          URI for X509 subject name format.
 
Method Summary
 java.lang.String getFormat()
          Gets the format of this identifier.
 java.lang.String getNameIdentifier()
          Gets the identifier.
 java.lang.String getNameQualifier()
          Gets the name qualifier for this identifier.
 void setFormat(java.lang.String format)
          Sets the format of this identifier.
 void setNameIdentifier(java.lang.String nameIdentifier)
          Sets the identifier.
 void setNameQualifier(java.lang.String nameQualifier)
          Sets the name qualifier for this identifier.
 
Methods inherited from interface org.opensaml.xml.validation.ValidatingXMLObject
deregisterValidator, getValidators, registerValidator, validate
 
Methods inherited from interface org.opensaml.xml.XMLObject
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
 

Field Detail

DEFAULT_ELEMENT_LOCAL_NAME

static final java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
Element name, no namespace.

See Also:
Constant Field Values

DEFAULT_ELEMENT_NAME

static final javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
Default element name.


TYPE_LOCAL_NAME

static final java.lang.String TYPE_LOCAL_NAME
Local name of the XSI type.

See Also:
Constant Field Values

TYPE_NAME

static final javax.xml.namespace.QName TYPE_NAME
QName of the XSI type.


NAMEQUALIFIER_ATTRIB_NAME

static final java.lang.String NAMEQUALIFIER_ATTRIB_NAME
Name for the attribute which defines Name Qualifier.

See Also:
Constant Field Values

FORMAT_ATTRIB_NAME

static final java.lang.String FORMAT_ATTRIB_NAME
Name for the attribute which defines Name Qualifier.

See Also:
Constant Field Values

UNSPECIFIED

static final java.lang.String UNSPECIFIED
URI for unspecified name format.

See Also:
Constant Field Values

EMAIL

static final java.lang.String EMAIL
URI for email name format.

See Also:
Constant Field Values

X509_SUBJECT

static final java.lang.String X509_SUBJECT
URI for X509 subject name format.

See Also:
Constant Field Values

WIN_DOMAIN_QUALIFIED

static final java.lang.String WIN_DOMAIN_QUALIFIED
URI for windows domain qualified name name format.

See Also:
Constant Field Values
Method Detail

getNameQualifier

java.lang.String getNameQualifier()
Gets the name qualifier for this identifier.

Returns:
name qualifier for this identifier

setNameQualifier

void setNameQualifier(java.lang.String nameQualifier)
Sets the name qualifier for this identifier.

Parameters:
nameQualifier - name qualifier for this identifier

getFormat

java.lang.String getFormat()
Gets the format of this identifier.

Returns:
format of this identifier

setFormat

void setFormat(java.lang.String format)
Sets the format of this identifier.

Parameters:
format - format of this identifier

getNameIdentifier

java.lang.String getNameIdentifier()
Gets the identifier.

Returns:
the identifier

setNameIdentifier

void setNameIdentifier(java.lang.String nameIdentifier)
Sets the identifier.

Parameters:
nameIdentifier - the identifier.


Copyright © 2006-2011 Internet2. All Rights Reserved.