Class ResponseImpl
- All Implemented Interfaces:
XMLObject
,SAMLObject
,SignableSAMLObject
,Response
,ResponseAbstractType
,SignableXMLObject
Implementation of the
Response
Object.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final XMLObjectChildrenList<Assertion>
List of all the Assertions.private Status
Status associated with this element.Fields inherited from interface org.opensaml.saml.saml1.core.Response
DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, TYPE_LOCAL_NAME, TYPE_NAME
Fields inherited from interface org.opensaml.saml.saml1.core.ResponseAbstractType
ID_ATTRIB_NAME, INRESPONSETO_ATTRIB_NAME, ISSUEINSTANT_ATTRIB_NAME, ISSUEINSTANT_ATTRIB_QNAME, MAJORVERSION_ATTRIB_NAME, MINORVERSION_ATTRIB_NAME, RECIPIENT_ATTRIB_NAME
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ResponseImpl
(String namespaceURI, String elementLocalName, String namespacePrefix) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturn the objects representing theAssertion
(element).Gets an unmodifiable list of child elements in the order that they will appear in the DOM.Return the object representing theStatus
(element).void
Set the object representing theStatus
(element).Methods inherited from class org.opensaml.saml.saml1.core.impl.ResponseAbstractTypeImpl
getID, getInResponseTo, getIssueInstant, getRecipient, getSignatureReferenceID, getVersion, setID, setInResponseTo, setIssueInstant, setRecipient, setVersion
Methods inherited from class org.opensaml.saml.common.AbstractSignableSAMLObject
equals, hashCode, setSignature
Methods inherited from class org.opensaml.xmlsec.signature.AbstractSignableXMLObject
getSignature, isSigned
Methods inherited from class org.opensaml.core.xml.AbstractXMLObject
detach, 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, setSchemaType
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.opensaml.saml.saml1.core.ResponseAbstractType
getID, getInResponseTo, getIssueInstant, getRecipient, getVersion, setID, setInResponseTo, setIssueInstant, setRecipient, setVersion
Methods inherited from interface org.opensaml.saml.common.SignableSAMLObject
getSignatureReferenceID
Methods inherited from interface org.opensaml.xmlsec.signature.SignableXMLObject
getSignature, isSigned, setSignature
Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
Field Details
-
status
Status associated with this element. -
assertions
List of all the Assertions.
-
-
Constructor Details
-
ResponseImpl
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
-
-
Method Details
-
getAssertions
Return the objects representing theAssertion
(element).- Specified by:
getAssertions
in interfaceResponse
- Returns:
- the Assertion objects
-
getStatus
Return the object representing theStatus
(element). -
setStatus
Set the object representing theStatus
(element). -
getOrderedChildren
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.- Specified by:
getOrderedChildren
in interfaceXMLObject
- Overrides:
getOrderedChildren
in classResponseAbstractTypeImpl
- Returns:
- ordered list of child elements
-