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).
|
org.joda.time.DateTime |
getIssueInstant()
Return the Issue Instant (attribute).
|
int |
getMajorVersion()
Gets the major version of this SAML message.
|
int |
getMinorVersion()
Return the Minor Version (attribute).
|
String |
getRecipient()
Return the Recipient (attribute).
|
void |
setID(String id)
Set the ID
|
void |
setInResponseTo(String who)
Set the InResponseTo (attribute).
|
void |
setIssueInstant(org.joda.time.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.
|
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 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)
String getID()
void setID(String id)
int getMinorVersion()
int getMajorVersion()
void setVersion(SAMLVersion version)
version
- the SAML version for this messageorg.joda.time.DateTime getIssueInstant()
void setIssueInstant(org.joda.time.DateTime date)
String getRecipient()
void setRecipient(String recipient)
Copyright © 2018 JBoss by Red Hat. All rights reserved.