org.opensaml.saml1.core.impl
Class NameIdentifierImpl

java.lang.Object
  extended by org.opensaml.xml.AbstractXMLObject
      extended by org.opensaml.xml.validation.AbstractValidatingXMLObject
          extended by org.opensaml.common.impl.AbstractSAMLObject
              extended by org.opensaml.saml1.core.impl.NameIdentifierImpl
All Implemented Interfaces:
SAMLObject, NameIdentifier, org.opensaml.xml.validation.ValidatingXMLObject, org.opensaml.xml.XMLObject

public class NameIdentifierImpl
extends AbstractSAMLObject
implements NameIdentifier

Complete implementation of NameIdentifierImpl


Field Summary
 
Fields inherited from interface org.opensaml.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
 
Constructor Summary
protected NameIdentifierImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
          Constructor
 
Method Summary
 String getFormat()
          Gets the format of this identifier.
 String getNameIdentifier()
          Gets the identifier.
 String getNameQualifier()
          Gets the name qualifier for this identifier.
 List<org.opensaml.xml.XMLObject> getOrderedChildren()
          
 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.
 
Methods inherited from class org.opensaml.common.impl.AbstractSAMLObject
equals, prepareForAssignment
 
Methods inherited from class org.opensaml.xml.validation.AbstractValidatingXMLObject
deregisterValidator, getValidators, registerValidator, validate, validateChildren
 
Methods inherited from class org.opensaml.xml.AbstractXMLObject
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
 

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()
Gets the name qualifier for this identifier.

Specified by:
getNameQualifier in interface NameIdentifier
Returns:
name qualifier for this identifier

getFormat

public String getFormat()
Gets the format of this identifier.

Specified by:
getFormat in interface NameIdentifier
Returns:
format of this identifier

getNameIdentifier

public String getNameIdentifier()
Gets the identifier.

Specified by:
getNameIdentifier in interface NameIdentifier
Returns:
the identifier

setNameQualifier

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

Specified by:
setNameQualifier in interface NameIdentifier
Parameters:
nameQualifier - name qualifier for this identifier

setFormat

public void setFormat(String format)
Description copied from interface: NameIdentifier
Sets the format of this identifier.

Specified by:
setFormat in interface NameIdentifier
Parameters:
format - format of this identifier

setNameIdentifier

public void setNameIdentifier(String nameIdentifier)
Description copied from interface: NameIdentifier
Sets the identifier.

Specified by:
setNameIdentifier in interface NameIdentifier
Parameters:
nameIdentifier - the identifier.

getOrderedChildren

public List<org.opensaml.xml.XMLObject> getOrderedChildren()

Specified by:
getOrderedChildren in interface org.opensaml.xml.XMLObject


Copyright © 2006-2013 Internet2. All Rights Reserved.