org.opensaml.saml1.core.impl
Class ResponseImpl
java.lang.Object
org.opensaml.xml.AbstractXMLObject
org.opensaml.xml.signature.AbstractSignableXMLObject
org.opensaml.xml.AbstractValidatingSignableXMLObject
org.opensaml.common.impl.AbstractSignableSAMLObject
org.opensaml.saml1.core.impl.ResponseAbstractTypeImpl
org.opensaml.saml1.core.impl.ResponseImpl
- All Implemented Interfaces:
- SAMLObject, SignableSAMLObject, Response, ResponseAbstractType, SignableXMLObject, ValidatingXMLObject, XMLObject
public class ResponseImpl
- extends ResponseAbstractTypeImpl
- implements Response
Implementation of the Response
Object
Constructor Summary |
protected |
ResponseImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
Constructor |
Method Summary |
java.util.List<Assertion> |
getAssertions()
Return the object representing the Assertion (element). |
java.util.List<XMLObject> |
getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM. |
Status |
getStatus()
Return the object representing the Status (element). |
void |
setStatus(Status status)
Set the object representing the Status (element). |
Methods inherited from class org.opensaml.saml1.core.impl.ResponseAbstractTypeImpl |
getID, getInResponseTo, getIssueInstant, getMajorVersion, getMinorVersion, getRecipient, getSignatureReferenceID, setID, setInResponseTo, setIssueInstant, setRecipient, setVersion |
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.saml1.core.ResponseAbstractType |
getID, getInResponseTo, getIssueInstant, getMajorVersion, getMinorVersion, getRecipient, setID, setInResponseTo, setIssueInstant, setRecipient, setVersion |
ResponseImpl
protected ResponseImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
- Constructor
- Parameters:
namespaceURI
- the namespace the element is inelementLocalName
- the local name of the XML element this Object representsnamespacePrefix
- the prefix for the given namespace
getAssertions
public java.util.List<Assertion> getAssertions()
- Return the object representing the
Assertion (element).
- Specified by:
getAssertions
in interface Response
getStatus
public Status getStatus()
- Return the object representing the
Status (element).
- Specified by:
getStatus
in interface Response
setStatus
public void setStatus(Status status)
throws java.lang.IllegalArgumentException
- Set the object representing the
Status (element).
- Specified by:
setStatus
in interface Response
- Throws:
java.lang.IllegalArgumentException
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
- Overrides:
getOrderedChildren
in class ResponseAbstractTypeImpl
- Returns:
- ordered list of child elements