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.
|
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(org.joda.time.DateTime date)
Set the issue instant.
|
void |
setVersion(SAMLVersion version)
Sets the SAML version of this message.
|
getSignatureReferenceID
getSignature, isSigned, setSignature
detach, 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, 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
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 setString getID()
void setID(String id)
id
- what to setList<RespondWith> getRespondWiths()
Copyright © 2016 JBoss by Red Hat. All rights reserved.