public abstract class StatusResponseTypeImpl extends AbstractSignableSAMLObject implements StatusResponseType
StatusResponseType.CONSENT_ATTRIB_NAME, DESTINATION_ATTRIB_NAME, EXPLICIT_CONSENT, ID_ATTRIB_NAME, IMPLICIT_CONSENT, IN_RESPONSE_TO_ATTRIB_NAME, INAPPLICABLE_CONSENT, ISSUE_INSTANT_ATTRIB_NAME, OBTAINED_CONSENT, PRIOR_CONSENT, TYPE_LOCAL_NAME, TYPE_NAME, UNAVAILABLE_CONSENT, UNSPECIFIED_CONSENT, VERSION_ATTRIB_NAME| Modifier | Constructor and Description |
|---|---|
protected |
StatusResponseTypeImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getConsent()
Gets the consent obtained from the principal for sending this response.
|
String |
getDestination()
Gets the URI of the destination of the response.
|
Extensions |
getExtensions()
Gets the Extensions of this response.
|
String |
getID()
Gets the unique identifier of the response.
|
String |
getInResponseTo()
Gets the unique request identifier for which this is a response.
|
org.joda.time.DateTime |
getIssueInstant()
Gets the date/time the response was issued.
|
Issuer |
getIssuer()
Gets the issuer of this response.
|
List<XMLObject> |
getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
String |
getSignatureReferenceID()
Gets the value of the ID attribute for this SAML object which will be used as its signature reference.
|
Status |
getStatus()
Gets the Status of this response.
|
SAMLVersion |
getVersion()
Gets the SAML Version of this response.
|
void |
setConsent(String newConsent)
Sets the consent obtained from the principal for sending this response.
|
void |
setDestination(String newDestination)
Sets the URI of the destination of the response.
|
void |
setExtensions(Extensions newExtensions)
Sets the Extensions of this response.
|
void |
setID(String newID)
Sets the unique identifier of the response.
|
void |
setInResponseTo(String newInResponseTo)
Sets the unique request identifier for which this is a response.
|
void |
setIssueInstant(org.joda.time.DateTime newIssueInstant)
Sets the date/time the response was issued.
|
void |
setIssuer(Issuer newIssuer)
Sets the issuer of this response.
|
void |
setStatus(Status newStatus)
Sets the Status of this response.
|
void |
setVersion(SAMLVersion newVersion)
Sets the SAML Version of this response.
|
equals, hashCode, prepareForAssignment, setSignaturegetSignature, isSigneddetach, 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, setSchemaTypeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetSignature, isSigned, setSignaturedetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationprotected StatusResponseTypeImpl(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 SAMLVersion getVersion()
getVersion in interface StatusResponseTypepublic void setVersion(SAMLVersion newVersion)
setVersion in interface StatusResponseTypenewVersion - the SAML Version of this responsepublic String getID()
getID in interface StatusResponseTypepublic void setID(String newID)
setID in interface StatusResponseTypenewID - the unique identifier of the responsepublic String getInResponseTo()
getInResponseTo in interface StatusResponseTypepublic void setInResponseTo(String newInResponseTo)
setInResponseTo in interface StatusResponseTypenewInResponseTo - the unique identifier of the originating requestpublic org.joda.time.DateTime getIssueInstant()
getIssueInstant in interface StatusResponseTypepublic void setIssueInstant(org.joda.time.DateTime newIssueInstant)
setIssueInstant in interface StatusResponseTypenewIssueInstant - the date/time the response was issuedpublic String getDestination()
getDestination in interface StatusResponseTypepublic void setDestination(String newDestination)
setDestination in interface StatusResponseTypenewDestination - the URI of the destination of the responsepublic String getConsent()
getConsent in interface StatusResponseTypepublic void setConsent(String newConsent)
setConsent in interface StatusResponseTypenewConsent - the consent obtained from the principal for sending this responsepublic Issuer getIssuer()
getIssuer in interface StatusResponseTypepublic void setIssuer(Issuer newIssuer)
setIssuer in interface StatusResponseTypenewIssuer - the issuer of this responsepublic Extensions getExtensions()
getExtensions in interface StatusResponseTypepublic void setExtensions(Extensions newExtensions)
setExtensions in interface StatusResponseTypenewExtensions - the Extensions of this responsepublic Status getStatus()
getStatus in interface StatusResponseTypepublic void setStatus(Status newStatus)
setStatus in interface StatusResponseTypenewStatus - the Status of this responsepublic String getSignatureReferenceID()
getSignatureReferenceID in interface SignableSAMLObjectpublic List<XMLObject> getOrderedChildren()
getOrderedChildren in interface XMLObjectCopyright © 2021. All rights reserved.