OpenSAML-J 2.4.1-redhat-3

org.opensaml.saml2.core.impl
Class EncryptedElementTypeImpl

java.lang.Object
  extended by org.opensaml.xml.AbstractXMLObject
      extended by org.opensaml.xml.validation.AbstractValidatingXMLObject
          extended by org.opensaml.common.impl.AbstractSAMLObject
              extended by org.opensaml.saml2.core.impl.EncryptedElementTypeImpl
All Implemented Interfaces:
SAMLObject, EncryptedElementType, org.opensaml.xml.validation.ValidatingXMLObject, org.opensaml.xml.XMLObject
Direct Known Subclasses:
EncryptedAssertionImpl, EncryptedAttributeImpl, EncryptedIDImpl, NewEncryptedIDImpl

public class EncryptedElementTypeImpl
extends AbstractSAMLObject
implements EncryptedElementType

A concrete implementation of EncryptedElementType.


Field Summary
 
Fields inherited from interface org.opensaml.saml2.core.EncryptedElementType
TYPE_LOCAL_NAME, TYPE_NAME
 
Constructor Summary
protected EncryptedElementTypeImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
          Constructor.
 
Method Summary
 org.opensaml.xml.encryption.EncryptedData getEncryptedData()
          Get the EncryptedData child element.
 List<org.opensaml.xml.encryption.EncryptedKey> getEncryptedKeys()
          A list of EncryptedKey child elements.
 List<org.opensaml.xml.XMLObject> getOrderedChildren()
          
 void setEncryptedData(org.opensaml.xml.encryption.EncryptedData newEncryptedData)
          Set the EncryptedData child element.
 
Methods inherited from class org.opensaml.common.impl.AbstractSAMLObject
equals, prepareForAssignment
 
Methods inherited from class org.opensaml.xml.validation.AbstractValidatingXMLObject
deregisterValidator, getValidators, registerValidator, validate, validateChildren
 
Methods inherited from class org.opensaml.xml.AbstractXMLObject
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, 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.validation.ValidatingXMLObject
deregisterValidator, getValidators, registerValidator, validate
 
Methods inherited from interface org.opensaml.xml.XMLObject
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
 

Constructor Detail

EncryptedElementTypeImpl

protected EncryptedElementTypeImpl(String namespaceURI,
                                   String elementLocalName,
                                   String namespacePrefix)
Constructor.

Parameters:
namespaceURI - the namespace the element is in
elementLocalName - the local name of the XML element this Object represents
namespacePrefix - the prefix for the given namespace
Method Detail

getEncryptedData

public org.opensaml.xml.encryption.EncryptedData getEncryptedData()
Get the EncryptedData child element.

Specified by:
getEncryptedData in interface EncryptedElementType
Returns:
the EncryptedData child element

setEncryptedData

public void setEncryptedData(org.opensaml.xml.encryption.EncryptedData newEncryptedData)
Set the EncryptedData child element.

Specified by:
setEncryptedData in interface EncryptedElementType
Parameters:
newEncryptedData - the new EncryptedData child element

getEncryptedKeys

public List<org.opensaml.xml.encryption.EncryptedKey> getEncryptedKeys()
A list of EncryptedKey child elements.

Specified by:
getEncryptedKeys in interface EncryptedElementType
Returns:
a list of EncryptedKey child elements

getOrderedChildren

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

Specified by:
getOrderedChildren in interface org.opensaml.xml.XMLObject

OpenSAML-J 2.4.1-redhat-3

Copyright © 2006-2012 Internet2. All Rights Reserved.