|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResponseAbstractType
This interface defines the base class for type derived from the SAML1 ResponseAbstractType
.
Field Summary | |
---|---|
static java.lang.String |
ID_ATTRIB_NAME
Name for the attribute which defines the Issue Instant. |
static java.lang.String |
INRESPONSETO_ATTRIB_NAME
Name for the attribute which defines InResponseTo. |
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. |
static java.lang.String |
RECIPIENT_ATTRIB_NAME
Name for the attribute which defines the Recipient. |
Method Summary | |
---|---|
java.lang.String |
getID()
Get the ID |
java.lang.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). |
java.lang.String |
getRecipient()
Return the Recipient (attribute). |
void |
setID(java.lang.String id)
Set the ID |
void |
setInResponseTo(java.lang.String who)
Set the InResponseTo (attribute). |
void |
setIssueInstant(org.joda.time.DateTime date)
Set the Issue Instant (attribute). |
void |
setRecipient(java.lang.String recipient)
Set the Recipient (attribute). |
void |
setVersion(SAMLVersion version)
Sets the SAML version for this message. |
Methods inherited from interface org.opensaml.common.SignableSAMLObject |
---|
getSignatureReferenceID |
Methods inherited from interface org.opensaml.xml.signature.SignableXMLObject |
---|
getSignature, isSigned, setSignature |
Methods inherited from interface org.opensaml.xml.validation.ValidatingXMLObject |
---|
deregisterValidator, getValidators, registerValidator, validate |
Methods inherited from interface org.opensaml.xml.XMLObject |
---|
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
Field Detail |
---|
static final java.lang.String INRESPONSETO_ATTRIB_NAME
static 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 RECIPIENT_ATTRIB_NAME
static final java.lang.String ID_ATTRIB_NAME
Method Detail |
---|
java.lang.String getInResponseTo()
void setInResponseTo(java.lang.String who)
java.lang.String getID()
void setID(java.lang.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)
java.lang.String getRecipient()
void setRecipient(java.lang.String recipient)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |