public class Extension
extends org.opensaml.xmlsec.signature.AbstractSignableXMLObject
implements org.opensaml.core.xml.ElementExtensibleXMLObject
| Modifier and Type | Class and Description |
|---|---|
static class |
Extension.Builder
Internal builder class
|
static class |
Extension.Marshaller |
static class |
Extension.Unmarshaller
Internal Unmarshaller class, Unmarshall DOM to objects
|
| Modifier and Type | Field and Description |
|---|---|
static String |
LOCAL_NAME |
private org.opensaml.core.xml.util.IndexedXMLObjectChildrenList<org.opensaml.core.xml.XMLObject> |
unknownXMLObjects |
| Modifier | Constructor and Description |
|---|---|
|
Extension() |
protected |
Extension(String namespaceURI,
String elementLocalName,
String namespacePrefix) |
| Modifier and Type | Method and Description |
|---|---|
org.opensaml.core.xml.XMLObject |
findFirstOrCreateXMLObjectWithQName(QName typeOrName)
This method attempts to find an XMLObject in the unknownXMLObjects
and if there are none, creates one, adds it to the unknownObjects, and
returns it.
|
List<org.opensaml.core.xml.XMLObject> |
getOrderedChildren() |
List<org.opensaml.core.xml.XMLObject> |
getUnknownXMLObjects() |
List<org.opensaml.core.xml.XMLObject> |
getUnknownXMLObjects(QName typeOrName) |
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 final String LOCAL_NAME
private org.opensaml.core.xml.util.IndexedXMLObjectChildrenList<org.opensaml.core.xml.XMLObject> unknownXMLObjects
public List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
getOrderedChildren in interface org.opensaml.core.xml.XMLObjectpublic List<org.opensaml.core.xml.XMLObject> getUnknownXMLObjects()
getUnknownXMLObjects in interface org.opensaml.core.xml.ElementExtensibleXMLObjectpublic List<org.opensaml.core.xml.XMLObject> getUnknownXMLObjects(QName typeOrName)
getUnknownXMLObjects in interface org.opensaml.core.xml.ElementExtensibleXMLObjectpublic org.opensaml.core.xml.XMLObject findFirstOrCreateXMLObjectWithQName(QName typeOrName)
typeOrName - Copyright © 1999–2015. All rights reserved.