org.openliberty.xmltooling.pp
Class CommonName

java.lang.Object
  extended by org.opensaml.xml.AbstractXMLObject
      extended by org.opensaml.xml.signature.AbstractSignableXMLObject
          extended by org.openliberty.xmltooling.pp.CommonName
All Implemented Interfaces:
org.opensaml.xml.signature.SignableXMLObject, org.opensaml.xml.XMLObject

public class CommonName
extends org.opensaml.xml.signature.AbstractSignableXMLObject

The name the user prefers to be referred to with in everyday situations

Author:
asa

Field Summary
private  org.opensaml.xml.util.XMLObjectChildrenList<AltCN> altCNs
           
private  AnalyzedName analyzedName
           
private  CommonAttributes attributes
           
private  CN cN
           
private  Extension extension
           
private  org.opensaml.xml.util.XMLObjectChildrenList<LAltCN> lAltCNs
           
private  org.opensaml.xml.util.XMLObjectChildrenList<LCN> lCNs
           
static java.lang.String LOCAL_NAME
           
 
Constructor Summary
protected CommonName(java.lang.String namespaceURI, java.lang.String elementLocalName, java.lang.String namespacePrefix)
           
 
Method Summary
 CommonAttributes attributes()
           
 org.opensaml.xml.util.XMLObjectChildrenList<AltCN> getAltCNs()
           
 AnalyzedName getAnalyzedName()
           
 CN getCN()
           
 Extension getExtension()
           
 org.opensaml.xml.util.XMLObjectChildrenList<LAltCN> getLAltCNs()
           
 org.opensaml.xml.util.XMLObjectChildrenList<LCN> getLCNs()
           
 java.util.List<org.opensaml.xml.XMLObject> getOrderedChildren()
           
 void setAnalyzedName(AnalyzedName analyzedName)
           
 void setCN(CN cN)
           
 void setExtension(Extension extension)
           
 
Methods inherited from class org.opensaml.xml.signature.AbstractSignableXMLObject
getSignature, isSigned, setSignature
 
Methods inherited from class org.opensaml.xml.AbstractXMLObject
addNamespace, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.opensaml.xml.XMLObject
addNamespace, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
 

Field Detail

LOCAL_NAME

public static java.lang.String LOCAL_NAME

attributes

private CommonAttributes attributes

cN

private CN cN

lCNs

private org.opensaml.xml.util.XMLObjectChildrenList<LCN> lCNs

altCNs

private org.opensaml.xml.util.XMLObjectChildrenList<AltCN> altCNs

lAltCNs

private org.opensaml.xml.util.XMLObjectChildrenList<LAltCN> lAltCNs

analyzedName

private AnalyzedName analyzedName

extension

private Extension extension
Constructor Detail

CommonName

protected CommonName(java.lang.String namespaceURI,
                     java.lang.String elementLocalName,
                     java.lang.String namespacePrefix)
Method Detail

attributes

public CommonAttributes attributes()

setCN

public void setCN(CN cN)

getCN

public CN getCN()

getLCNs

public org.opensaml.xml.util.XMLObjectChildrenList<LCN> getLCNs()

getAltCNs

public org.opensaml.xml.util.XMLObjectChildrenList<AltCN> getAltCNs()

getLAltCNs

public org.opensaml.xml.util.XMLObjectChildrenList<LAltCN> getLAltCNs()

setAnalyzedName

public void setAnalyzedName(AnalyzedName analyzedName)

getAnalyzedName

public AnalyzedName getAnalyzedName()

setExtension

public void setExtension(Extension extension)

getExtension

public Extension getExtension()

getOrderedChildren

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