public interface RequestAbstractType extends SignableSAMLObject
RequestAbstractType .| Modifier and Type | Field and Description |
|---|---|
static String |
ID_ATTRIB_NAME
Name for the attribute which defines the Issue Instant.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getID()
Get the ID.
|
DateTime |
getIssueInstant()
Get the issue instant.
|
List<RespondWith> |
getRespondWiths()
Return the list of RespondWith elements.
|
SAMLVersion |
getVersion()
Gets the SAML version of this message.
|
void |
setID(String id)
Set the ID.
|
void |
setIssueInstant(DateTime date)
Set the issue instant.
|
void |
setVersion(SAMLVersion version)
Sets the SAML version of 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 MAJORVERSION_ATTRIB_NAME
static final String MINORVERSION_ATTRIB_NAME
static final String ISSUEINSTANT_ATTRIB_NAME
static final String ID_ATTRIB_NAME
SAMLVersion getVersion()
void setVersion(SAMLVersion version)
version - SAML version of this messageDateTime getIssueInstant()
void setIssueInstant(DateTime date)
date - what to setString getID()
void setID(String id)
id - what to setList<RespondWith> getRespondWiths()
Copyright © 1999–2017 Shibboleth Consortium. All rights reserved.