public abstract class StatusResponseTypeImpl extends AbstractSignableSAMLObject implements StatusResponseType
StatusResponseType
.Modifier and Type | Field and Description |
---|---|
private String |
consent
Consent attribute.
|
private String |
destination
Destination attribute.
|
private Extensions |
extensions
Extensions child element.
|
private String |
id
ID attribute.
|
private String |
inResponseTo
InResponseTo attribute.
|
private org.joda.time.DateTime |
issueInstant
IssueInstant attribute.
|
private Issuer |
issuer
Issuer child element.
|
private Status |
status
Status child element.
|
private SAMLVersion |
version
SAML Version attribute.
|
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() |
String |
getDestination() |
Extensions |
getExtensions() |
String |
getID() |
String |
getInResponseTo() |
org.joda.time.DateTime |
getIssueInstant() |
Issuer |
getIssuer() |
List<org.opensaml.core.xml.XMLObject> |
getOrderedChildren() |
String |
getSignatureReferenceID() |
Status |
getStatus() |
SAMLVersion |
getVersion() |
void |
setConsent(String newConsent) |
void |
setDestination(String newDestination) |
void |
setExtensions(Extensions newExtensions) |
void |
setID(String newID) |
void |
setInResponseTo(String newInResponseTo) |
void |
setIssueInstant(org.joda.time.DateTime newIssueInstant) |
void |
setIssuer(Issuer newIssuer) |
void |
setStatus(Status newStatus) |
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 SAMLVersion version
private String id
private String inResponseTo
private org.joda.time.DateTime issueInstant
private String destination
private String consent
private Issuer issuer
private Extensions extensions
private Status status
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
public String getID()
getID
in interface StatusResponseType
public void setID(String newID)
setID
in interface StatusResponseType
public String getInResponseTo()
getInResponseTo
in interface StatusResponseType
public void setInResponseTo(String newInResponseTo)
setInResponseTo
in interface StatusResponseType
public 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
public String getConsent()
getConsent
in interface StatusResponseType
public void setConsent(String newConsent)
setConsent
in interface StatusResponseType
public Issuer getIssuer()
getIssuer
in interface StatusResponseType
public void setIssuer(Issuer newIssuer)
setIssuer
in interface StatusResponseType
public Extensions getExtensions()
getExtensions
in interface StatusResponseType
public void setExtensions(Extensions newExtensions)
setExtensions
in interface StatusResponseType
public Status getStatus()
getStatus
in interface StatusResponseType
public void setStatus(Status newStatus)
setStatus
in interface StatusResponseType
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.