public class CommonName
extends org.opensaml.xmlsec.signature.AbstractSignableXMLObject
| Modifier and Type | Field and Description |
|---|---|
private org.opensaml.core.xml.util.XMLObjectChildrenList<AltCN> |
altCNs |
private AnalyzedName |
analyzedName |
private CommonAttributes |
attributes |
private CN |
cN |
private Extension |
extension |
private org.opensaml.core.xml.util.XMLObjectChildrenList<LAltCN> |
lAltCNs |
private org.opensaml.core.xml.util.XMLObjectChildrenList<LCN> |
lCNs |
static String |
LOCAL_NAME |
static String |
XPATH_SELECTOR |
| Modifier | Constructor and Description |
|---|---|
|
CommonName() |
protected |
CommonName(String namespaceURI,
String elementLocalName,
String namespacePrefix) |
| Modifier and Type | Method and Description |
|---|---|
CommonAttributes |
attributes() |
org.opensaml.core.xml.util.XMLObjectChildrenList<AltCN> |
getAltCNs() |
AnalyzedName |
getAnalyzedName() |
CN |
getCN() |
Extension |
getExtension() |
org.opensaml.core.xml.util.XMLObjectChildrenList<LAltCN> |
getLAltCNs() |
org.opensaml.core.xml.util.XMLObjectChildrenList<LCN> |
getLCNs() |
List<org.opensaml.core.xml.XMLObject> |
getOrderedChildren() |
void |
setAnalyzedName(AnalyzedName analyzedName) |
void |
setCN(CN cN) |
void |
setExtension(Extension extension) |
getSignature, isSigned, setSignaturedetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationpublic static String LOCAL_NAME
public static String XPATH_SELECTOR
private CommonAttributes attributes
private CN cN
private org.opensaml.core.xml.util.XMLObjectChildrenList<LCN> lCNs
private org.opensaml.core.xml.util.XMLObjectChildrenList<AltCN> altCNs
private org.opensaml.core.xml.util.XMLObjectChildrenList<LAltCN> lAltCNs
private AnalyzedName analyzedName
private Extension extension
public CommonAttributes attributes()
public void setCN(CN cN)
public CN getCN()
public org.opensaml.core.xml.util.XMLObjectChildrenList<LCN> getLCNs()
public org.opensaml.core.xml.util.XMLObjectChildrenList<AltCN> getAltCNs()
public org.opensaml.core.xml.util.XMLObjectChildrenList<LAltCN> getLAltCNs()
public void setAnalyzedName(AnalyzedName analyzedName)
public AnalyzedName getAnalyzedName()
public void setExtension(Extension extension)
public Extension getExtension()
public List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
Copyright © 1999–2015. All rights reserved.