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
|
org.joda.time.DateTime |
getIssueInstant()
Get the issue instant
|
int |
getMajorVersion()
Gets the major version of this SAML message.
|
int |
getMinorVersion()
Gets the minor version of this SAML message.
|
List<RespondWith> |
getRespondWiths()
Return the list of RespondWith elements
|
void |
setID(String id)
Set the ID
|
void |
setIssueInstant(org.joda.time.DateTime date)
Set the issue instant
|
void |
setVersion(SAMLVersion version) |
getSignatureReferenceID
getSignature, isSigned, setSignature
deregisterValidator, getValidators, registerValidator, validate
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
static final String MAJORVERSION_ATTRIB_NAME
static final String MINORVERSION_ATTRIB_NAME
static final String ISSUEINSTANT_ATTRIB_NAME
static final String ID_ATTRIB_NAME
int getMajorVersion()
int getMinorVersion()
void setVersion(SAMLVersion version)
org.joda.time.DateTime getIssueInstant()
String getID()
void setID(String id)
void setIssueInstant(org.joda.time.DateTime date)
List<RespondWith> getRespondWiths()
Copyright © 1999-2013. All Rights Reserved.