org.opensaml.saml2.core.impl
Class EncryptedElementTypeImpl
java.lang.Object
org.opensaml.xml.AbstractXMLObject
org.opensaml.xml.validation.AbstractValidatingXMLObject
org.opensaml.common.impl.AbstractSAMLObject
org.opensaml.saml2.core.impl.EncryptedElementTypeImpl
- All Implemented Interfaces:
- SAMLObject, EncryptedElementType, ValidatingXMLObject, XMLObject
- Direct Known Subclasses:
- EncryptedAssertionImpl, EncryptedAttributeImpl, EncryptedIDImpl, NewEncryptedIDImpl
public class EncryptedElementTypeImpl
- extends AbstractSAMLObject
- implements EncryptedElementType
A concrete implementation of EncryptedElementType
.
Constructor Summary |
protected |
EncryptedElementTypeImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
Constructor. |
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, 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 |
EncryptedElementTypeImpl
protected EncryptedElementTypeImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
- Constructor.
- Parameters:
namespaceURI
- elementLocalName
- namespacePrefix
-
getEncryptedData
public EncryptedData getEncryptedData()
- Get the EncryptedData child element.
- Specified by:
getEncryptedData
in interface EncryptedElementType
- Returns:
- the EncryptedData child element
setEncryptedData
public void setEncryptedData(EncryptedData newEncryptedData)
- Set the EncryptedData child element.
- Specified by:
setEncryptedData
in interface EncryptedElementType
- Parameters:
newEncryptedData
- the new EncryptedData child element
getEncryptedKeys
public java.util.List<EncryptedKey> getEncryptedKeys()
- A list of EncryptedKey child elements.
- Specified by:
getEncryptedKeys
in interface EncryptedElementType
- Returns:
- a list of EncryptedKey child elements
getOrderedChildren
public java.util.List<XMLObject> getOrderedChildren()
- Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- Specified by:
getOrderedChildren
in interface XMLObject
- Returns:
- ordered list of child elements