|
||||||||||
| 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.saml2.core.impl.StatusResponseTypeImpl
public abstract class StatusResponseTypeImpl
Concrete implementation of StatusResponseType.
| Field Summary |
|---|
| Fields inherited from interface org.opensaml.saml2.core.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 |
| Constructor Summary | |
|---|---|
protected |
StatusResponseTypeImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
Constructor. |
| Method Summary | |
|---|---|
java.lang.String |
getConsent()
Gets the consent obtained from the principal for sending this response. |
java.lang.String |
getDestination()
Gets the URI of the destination of the response. |
Extensions |
getExtensions()
Gets the Extensions of this response. |
java.lang.String |
getID()
Gets the unique identifier of the response. |
java.lang.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. |
java.util.List<org.opensaml.xml.XMLObject> |
getOrderedChildren()
|
java.lang.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(java.lang.String newConsent)
Sets the consent obtained from the principal for sending this response. |
void |
setDestination(java.lang.String newDestination)
Sets the URI of the destination of the response. |
void |
setExtensions(Extensions newExtensions)
Sets the Extensions of this response. |
void |
setID(java.lang.String newID)
Sets the unique identifier of the response. |
void |
setInResponseTo(java.lang.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. |
| 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 StatusResponseTypeImpl(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 SAMLVersion getVersion()
getVersion in interface StatusResponseTypepublic void setVersion(SAMLVersion newVersion)
setVersion in interface StatusResponseTypenewVersion - the SAML Version of this responsepublic java.lang.String getID()
getID in interface StatusResponseTypepublic void setID(java.lang.String newID)
setID in interface StatusResponseTypenewID - the unique identifier of the responsepublic java.lang.String getInResponseTo()
getInResponseTo in interface StatusResponseTypepublic void setInResponseTo(java.lang.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 StatusResponseTypepublic java.lang.String getDestination()
getDestination in interface StatusResponseTypepublic void setDestination(java.lang.String newDestination)
setDestination in interface StatusResponseTypenewDestination - the URI of the destination of the responsepublic java.lang.String getConsent()
getConsent in interface StatusResponseTypepublic void setConsent(java.lang.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 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 | |||||||||