org.openliberty.xmltooling.pp
Class CommonName
java.lang.Object
org.opensaml.xml.AbstractXMLObject
org.opensaml.xml.signature.AbstractSignableXMLObject
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
|
Constructor Summary |
protected |
CommonName(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
|
| 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 |
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
CommonName
protected CommonName(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
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()