public interface ResponseAbstractType extends SignableSAMLObject
ResponseAbstractType .| Modifier and Type | Field and Description |
|---|---|
static String |
ID_ATTRIB_NAME
Name for the attribute which defines the Issue Instant.
|
static String |
INRESPONSETO_ATTRIB_NAME
Name for the attribute which defines InResponseTo.
|
static String |
ISSUEINSTANT_ATTRIB_NAME
Name for the attribute which defines the Issue Instant.
|
static String |
MAJORVERSION_ATTRIB_NAME
Name for the attribute which defines the Major Version (which must be "1".
|
static String |
MINORVERSION_ATTRIB_NAME
Name for the attribute which defines the Minor Version.
|
static String |
RECIPIENT_ATTRIB_NAME
Name for the attribute which defines the Recipient.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getID()
Get the ID.
|
String |
getInResponseTo()
Return the InResponseTo (attribute).
|
DateTime |
getIssueInstant()
Return the Issue Instant (attribute).
|
String |
getRecipient()
Return the Recipient (attribute).
|
SAMLVersion |
getVersion()
Sets the SAML version for this message.
|
void |
setID(String id)
Set the ID.
|
void |
setInResponseTo(String who)
Set the InResponseTo (attribute).
|
void |
setIssueInstant(DateTime date)
Set the Issue Instant (attribute).
|
void |
setRecipient(String recipient)
Set the Recipient (attribute).
|
void |
setVersion(SAMLVersion version)
Sets the SAML version for this message.
|
getSignatureReferenceIDgetSignature, isSigned, setSignaturedetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationstatic final String INRESPONSETO_ATTRIB_NAME
static final String MAJORVERSION_ATTRIB_NAME
static final String MINORVERSION_ATTRIB_NAME
static final String ISSUEINSTANT_ATTRIB_NAME
static final String RECIPIENT_ATTRIB_NAME
static final String ID_ATTRIB_NAME
String getInResponseTo()
void setInResponseTo(String who)
who - what to setString getID()
void setID(String id)
id - what to setSAMLVersion getVersion()
void setVersion(SAMLVersion version)
version - the SAML version for this messageDateTime getIssueInstant()
void setIssueInstant(DateTime date)
date - what to setString getRecipient()
void setRecipient(String recipient)
recipient - what to setCopyright © 1999–2017 Shibboleth Consortium. All rights reserved.