|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensaml.xml.AbstractXMLObject
org.opensaml.xml.signature.AbstractSignableXMLObject
org.opensaml.xml.AbstractValidatingSignableXMLObject
org.opensaml.common.impl.AbstractSignableSAMLObject
org.opensaml.saml1.core.impl.ResponseAbstractTypeImpl
public abstract class ResponseAbstractTypeImpl
Abstract implementation of ResponseAbstractType Object
| Field Summary |
|---|
| Fields inherited from interface org.opensaml.saml1.core.ResponseAbstractType |
|---|
ID_ATTRIB_NAME, INRESPONSETO_ATTRIB_NAME, ISSUEINSTANT_ATTRIB_NAME, MAJORVERSION_ATTRIB_NAME, MINORVERSION_ATTRIB_NAME, RECIPIENT_ATTRIB_NAME |
| Constructor Summary | |
|---|---|
protected |
ResponseAbstractTypeImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
Constructor |
| Method Summary | |
|---|---|
java.lang.String |
getID()
Get the ID |
java.lang.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). |
java.util.List<org.opensaml.xml.XMLObject> |
getOrderedChildren()
|
java.lang.String |
getRecipient()
Return the Recipient (attribute). |
java.lang.String |
getSignatureReferenceID()
Gets the value of the ID attribute for this SAML object which will be used as its signature reference. |
void |
setID(java.lang.String id)
Set the ID |
void |
setInResponseTo(java.lang.String inResponseTo)
Set the InResponseTo (attribute). |
void |
setIssueInstant(org.joda.time.DateTime date)
Set the Issue Instant (attribute). |
void |
setRecipient(java.lang.String recipient)
Set the Recipient (attribute). |
void |
setVersion(SAMLVersion newVersion)
Sets the SAML version for this message. |
| Methods inherited from class org.opensaml.common.impl.AbstractSignableSAMLObject |
|---|
equals, prepareForAssignment, setSignature |
| Methods inherited from class org.opensaml.xml.AbstractValidatingSignableXMLObject |
|---|
deregisterValidator, getValidators, registerValidator, validate, validateChildren |
| Methods inherited from class org.opensaml.xml.signature.AbstractSignableXMLObject |
|---|
getSignature, isSigned |
| 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.signature.SignableXMLObject |
|---|
getSignature, isSigned, setSignature |
| 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 |
|---|
protected ResponseAbstractTypeImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
namespaceURI - the namespace the element is inelementLocalName - the local name of the XML element this Object representsnamespacePrefix - the prefix for the given namespace| Method Detail |
|---|
public java.lang.String getID()
getID in interface ResponseAbstractTypepublic void setID(java.lang.String id)
setID in interface ResponseAbstractTypepublic java.lang.String getInResponseTo()
getInResponseTo in interface ResponseAbstractTypepublic void setInResponseTo(java.lang.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 java.lang.String getRecipient()
getRecipient in interface ResponseAbstractTypepublic void setRecipient(java.lang.String recipient)
setRecipient in interface ResponseAbstractTypepublic java.lang.String getSignatureReferenceID()
getSignatureReferenceID in interface SignableSAMLObjectpublic java.util.List<org.opensaml.xml.XMLObject> getOrderedChildren()
getOrderedChildren in interface org.opensaml.xml.XMLObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||