public interface RequestAbstractType extends SignableSAMLObject
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONSENT_ATTRIB_NAME
Consent attribute name.
|
static java.lang.String |
DESTINATION_ATTRIB_NAME
Destination attribute name.
|
static java.lang.String |
EXPLICIT_CONSENT
Explicit consent URI.
|
static java.lang.String |
ID_ATTRIB_NAME
ID attribute name.
|
static java.lang.String |
IMPLICIT_CONSENT
Implicit consent URI.
|
static java.lang.String |
INAPPLICABLE_CONSENT
Inapplicable consent URI.
|
static java.lang.String |
ISSUE_INSTANT_ATTRIB_NAME
IssueInstant attribute name.
|
static java.lang.String |
OBTAINED_CONSENT
Obtained consent URI.
|
static java.lang.String |
PRIOR_CONSENT
Prior consent URI.
|
static java.lang.String |
TYPE_LOCAL_NAME
Local name of the XSI type.
|
static javax.xml.namespace.QName |
TYPE_NAME
QName of the XSI type.
|
static java.lang.String |
UNAVAILABLE_CONSENT
Unavailable consent URI.
|
static java.lang.String |
UNSPECIFIED_CONSENT
Unspecified consent URI.
|
static java.lang.String |
VERSION_ATTRIB_NAME
Version attribute name.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getConsent()
Gets the consent obtained from the principal for sending this request.
|
java.lang.String |
getDestination()
Gets the URI of the destination of the request.
|
Extensions |
getExtensions()
Gets the Extensions of this request.
|
java.lang.String |
getID()
Gets the unique identifier of the request.
|
org.joda.time.DateTime |
getIssueInstant()
Gets the date/time the request was issued.
|
Issuer |
getIssuer()
Gets the issuer of this request.
|
SAMLVersion |
getVersion()
Gets the SAML Version of this request.
|
void |
setConsent(java.lang.String newConsent)
Sets the consent obtained from the principal for sending this request.
|
void |
setDestination(java.lang.String newDestination)
Sets the URI of the destination of the request.
|
void |
setExtensions(Extensions newExtensions)
Sets the Extensions of this request.
|
void |
setID(java.lang.String newID)
Sets the unique identifier of the request.
|
void |
setIssueInstant(org.joda.time.DateTime newIssueInstant)
Sets the date/time the request was issued.
|
void |
setIssuer(Issuer newIssuer)
Sets the issuer of this request.
|
void |
setVersion(SAMLVersion newVersion)
Sets the SAML Version of this request.
|
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 TYPE_LOCAL_NAME
static final javax.xml.namespace.QName TYPE_NAME
static final java.lang.String ID_ATTRIB_NAME
static final java.lang.String VERSION_ATTRIB_NAME
static final java.lang.String ISSUE_INSTANT_ATTRIB_NAME
static final java.lang.String DESTINATION_ATTRIB_NAME
static final java.lang.String CONSENT_ATTRIB_NAME
static final java.lang.String UNSPECIFIED_CONSENT
static final java.lang.String OBTAINED_CONSENT
static final java.lang.String PRIOR_CONSENT
static final java.lang.String IMPLICIT_CONSENT
static final java.lang.String EXPLICIT_CONSENT
static final java.lang.String UNAVAILABLE_CONSENT
static final java.lang.String INAPPLICABLE_CONSENT
SAMLVersion getVersion()
void setVersion(SAMLVersion newVersion)
newVersion - the SAML Version of this requestjava.lang.String getID()
void setID(java.lang.String newID)
newID - the unique identifier of the requestorg.joda.time.DateTime getIssueInstant()
void setIssueInstant(org.joda.time.DateTime newIssueInstant)
newIssueInstant - the date/time the request was issuedjava.lang.String getDestination()
void setDestination(java.lang.String newDestination)
newDestination - the URI of the destination of the requestjava.lang.String getConsent()
void setConsent(java.lang.String newConsent)
newConsent - the new consent obtained from the principal for sending this requestIssuer getIssuer()
void setIssuer(Issuer newIssuer)
newIssuer - the issuer of this requestExtensions getExtensions()
void setExtensions(Extensions newExtensions)
newExtensions - the Extensions of this request