public abstract class ResponseAbstractTypeImpl extends AbstractSignableSAMLObject implements ResponseAbstractType
ResponseAbstractType ObjectID_ATTRIB_NAME, INRESPONSETO_ATTRIB_NAME, ISSUEINSTANT_ATTRIB_NAME, MAJORVERSION_ATTRIB_NAME, MINORVERSION_ATTRIB_NAME, RECIPIENT_ATTRIB_NAME| Modifier | Constructor and Description |
|---|---|
protected |
ResponseAbstractTypeImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getID()
Get the ID
|
String |
getInResponseTo()
Return the InResponseTo (attribute).
|
org.joda.time.DateTime |
getIssueInstant()
Return the Issue Instant (attribute).
|
int |
getMajorVersion()
Gets the major version of this SAML message.
|
int |
getMinorVersion()
Return the Minor Version (attribute).
|
List<org.opensaml.xml.XMLObject> |
getOrderedChildren() |
String |
getRecipient()
Return the Recipient (attribute).
|
String |
getSignatureReferenceID()
Gets the value of the ID attribute for this SAML object which will be used as its signature reference.
|
void |
setID(String id)
Set the ID
|
void |
setInResponseTo(String inResponseTo)
Set the InResponseTo (attribute).
|
void |
setIssueInstant(org.joda.time.DateTime date)
Set the Issue Instant (attribute).
|
void |
setRecipient(String recipient)
Set the Recipient (attribute).
|
void |
setVersion(SAMLVersion newVersion)
Sets the SAML version for this message.
|
equals, prepareForAssignment, setSignaturederegisterValidator, getValidators, registerValidator, validate, validateChildrengetSignature, isSignedaddNamespace, 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, setSchemaTypeclone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSignature, isSigned, setSignaturederegisterValidator, getValidators, registerValidator, validateaddNamespace, 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, setSchemaLocationprotected ResponseAbstractTypeImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
namespaceURI - the namespace the element is inelementLocalName - the local name of the XML element this Object representsnamespacePrefix - the prefix for the given namespacepublic String getID()
getID in interface ResponseAbstractTypepublic void setID(String id)
setID in interface ResponseAbstractTypepublic String getInResponseTo()
getInResponseTo in interface ResponseAbstractTypepublic void setInResponseTo(String inResponseTo)
setInResponseTo in interface ResponseAbstractTypepublic int getMinorVersion()
getMinorVersion in interface ResponseAbstractTypepublic int getMajorVersion()
getMajorVersion in interface ResponseAbstractTypepublic void setVersion(SAMLVersion newVersion)
setVersion in interface ResponseAbstractTypenewVersion - the SAML version for this messagepublic org.joda.time.DateTime getIssueInstant()
getIssueInstant in interface ResponseAbstractTypepublic void setIssueInstant(org.joda.time.DateTime date)
setIssueInstant in interface ResponseAbstractTypepublic String getRecipient()
getRecipient in interface ResponseAbstractTypepublic void setRecipient(String recipient)
setRecipient in interface ResponseAbstractTypepublic String getSignatureReferenceID()
getSignatureReferenceID in interface SignableSAMLObjectpublic List<org.opensaml.xml.XMLObject> getOrderedChildren()
getOrderedChildren in interface org.opensaml.xml.XMLObjectCopyright © 1999–2015. All rights reserved.