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, prepareForAssignment, setSignature
deregisterValidator, getValidators, registerValidator, validate, validateChildren
getSignature, isSigned
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
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSignature, isSigned, setSignature
deregisterValidator, getValidators, registerValidator, validate
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
protected 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 StatusResponseType
public void setVersion(SAMLVersion newVersion)
setVersion
in interface StatusResponseType
newVersion
- the SAML Version of this responsepublic String getID()
getID
in interface StatusResponseType
public void setID(String newID)
setID
in interface StatusResponseType
newID
- the unique identifier of the responsepublic String getInResponseTo()
getInResponseTo
in interface StatusResponseType
public void setInResponseTo(String newInResponseTo)
setInResponseTo
in interface StatusResponseType
newInResponseTo
- the unique identifier of the originating requestpublic org.joda.time.DateTime getIssueInstant()
getIssueInstant
in interface StatusResponseType
public void setIssueInstant(org.joda.time.DateTime newIssueInstant)
setIssueInstant
in interface StatusResponseType
public String getDestination()
getDestination
in interface StatusResponseType
public void setDestination(String newDestination)
setDestination
in interface StatusResponseType
newDestination
- the URI of the destination of the responsepublic String getConsent()
getConsent
in interface StatusResponseType
public void setConsent(String newConsent)
setConsent
in interface StatusResponseType
newConsent
- the consent obtained from the principal for sending this responsepublic Issuer getIssuer()
getIssuer
in interface StatusResponseType
public void setIssuer(Issuer newIssuer)
setIssuer
in interface StatusResponseType
newIssuer
- the issuer of this responsepublic Extensions getExtensions()
getExtensions
in interface StatusResponseType
public void setExtensions(Extensions newExtensions)
setExtensions
in interface StatusResponseType
newExtensions
- the Extensions of this responsepublic Status getStatus()
getStatus
in interface StatusResponseType
public void setStatus(Status newStatus)
setStatus
in interface StatusResponseType
newStatus
- the Status of this responsepublic String getSignatureReferenceID()
getSignatureReferenceID
in interface SignableSAMLObject
public List<XMLObject> getOrderedChildren()
getOrderedChildren
in interface XMLObject
Copyright © 2018 JBoss by Red Hat. All rights reserved.