public interface RequestAbstractType extends SignableSAMLObject
RequestAbstractType .| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ID_ATTRIB_NAME
Name for the attribute which defines the Issue Instant.
|
static java.lang.String |
ISSUEINSTANT_ATTRIB_NAME
Name for the attribute which defines the Issue Instant.
|
static java.lang.String |
MAJORVERSION_ATTRIB_NAME
Name for the attribute which defines the Major Version (which must be "1".
|
static java.lang.String |
MINORVERSION_ATTRIB_NAME
Name for the attribute which defines the Minor Version.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getID()
Get the ID.
|
org.joda.time.DateTime |
getIssueInstant()
Get the issue instant.
|
java.util.List<RespondWith> |
getRespondWiths()
Return the list of RespondWith elements.
|
SAMLVersion |
getVersion()
Gets the SAML version of this message.
|
void |
setID(java.lang.String id)
Set the ID.
|
void |
setIssueInstant(org.joda.time.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 java.lang.String MAJORVERSION_ATTRIB_NAME
static final java.lang.String MINORVERSION_ATTRIB_NAME
static final java.lang.String ISSUEINSTANT_ATTRIB_NAME
static final java.lang.String ID_ATTRIB_NAME
SAMLVersion getVersion()
void setVersion(SAMLVersion version)
version - SAML version of this messageorg.joda.time.DateTime getIssueInstant()
void setIssueInstant(org.joda.time.DateTime date)
date - what to setjava.lang.String getID()
void setID(java.lang.String id)
id - what to setjava.util.List<RespondWith> getRespondWiths()