public abstract class ResponseAbstractTypeImpl extends AbstractSignableSAMLObject implements ResponseAbstractType
ResponseAbstractType
Object.Modifier and Type | Field and Description |
---|---|
private String |
id
Contains the ID.
|
private String |
inResponseTo
Contents of the InResponseTo attribute.
|
private org.joda.time.DateTime |
issueInstant
Contents of the IssueInstant attribute.
|
private String |
recipient
Contents of the Recipient attribute.
|
private SAMLVersion |
version
Message version.
|
ID_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() |
String |
getInResponseTo() |
org.joda.time.DateTime |
getIssueInstant() |
List<org.opensaml.core.xml.XMLObject> |
getOrderedChildren() |
String |
getRecipient() |
String |
getSignatureReferenceID() |
SAMLVersion |
getVersion() |
void |
setID(String newID) |
void |
setInResponseTo(String to) |
void |
setIssueInstant(org.joda.time.DateTime date) |
void |
setRecipient(String recip) |
void |
setVersion(SAMLVersion newVersion) |
equals, hashCode, prepareForAssignment, setSignature
getSignature, isSigned
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getSignature, isSigned, setSignature
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
private String id
private SAMLVersion version
private String inResponseTo
private org.joda.time.DateTime issueInstant
private String recipient
protected 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 ResponseAbstractType
public void setID(String newID)
setID
in interface ResponseAbstractType
public String getInResponseTo()
getInResponseTo
in interface ResponseAbstractType
public void setInResponseTo(String to)
setInResponseTo
in interface ResponseAbstractType
public SAMLVersion getVersion()
getVersion
in interface ResponseAbstractType
public void setVersion(SAMLVersion newVersion)
setVersion
in interface ResponseAbstractType
public org.joda.time.DateTime getIssueInstant()
getIssueInstant
in interface ResponseAbstractType
public void setIssueInstant(org.joda.time.DateTime date)
setIssueInstant
in interface ResponseAbstractType
public String getRecipient()
getRecipient
in interface ResponseAbstractType
public void setRecipient(String recip)
setRecipient
in interface ResponseAbstractType
public String getSignatureReferenceID()
getSignatureReferenceID
in interface SignableSAMLObject
public List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
getOrderedChildren
in interface org.opensaml.core.xml.XMLObject
Copyright © 1999–2020 Shibboleth Consortium. All rights reserved.