public interface StatusResponseType extends SignableSAMLObject
Modifier and Type | Field and Description |
---|---|
static String |
CONSENT_ATTRIB_NAME
Consent attribute name.
|
static String |
DESTINATION_ATTRIB_NAME
Destination attribute name.
|
static String |
EXPLICIT_CONSENT
Explicit consent URI.
|
static String |
ID_ATTRIB_NAME
ID attribute name.
|
static String |
IMPLICIT_CONSENT
Implicit consent URI.
|
static String |
IN_RESPONSE_TO_ATTRIB_NAME
InResponseTo attribute name.
|
static String |
INAPPLICABLE_CONSENT
Inapplicable consent URI.
|
static String |
ISSUE_INSTANT_ATTRIB_NAME
IssueInstant attribute name.
|
static String |
OBTAINED_CONSENT
Obtained consent URI.
|
static String |
PRIOR_CONSENT
Prior consent URI.
|
static String |
TYPE_LOCAL_NAME
Local name of the XSI type.
|
static QName |
TYPE_NAME
QName of the XSI type.
|
static String |
UNAVAILABLE_CONSENT
Unavailable consent URI.
|
static String |
UNSPECIFIED_CONSENT
Unspecified consent URI.
|
static String |
VERSION_ATTRIB_NAME
Version attribute name.
|
Modifier and Type | Method and Description |
---|---|
String |
getConsent()
Gets the consent obtained from the principal for sending this response.
|
String |
getDestination()
Gets the URI of the destination of the response.
|
Extensions |
getExtensions()
Gets the Extensions of this response.
|
String |
getID()
Gets the unique identifier of the response.
|
String |
getInResponseTo()
Gets the unique request identifier for which this is a response.
|
org.joda.time.DateTime |
getIssueInstant()
Gets the date/time the response was issued.
|
Issuer |
getIssuer()
Gets the issuer of this response.
|
Status |
getStatus()
Gets the Status of this response.
|
SAMLVersion |
getVersion()
Gets the SAML Version of this response.
|
void |
setConsent(String newConsent)
Sets the consent obtained from the principal for sending this response.
|
void |
setDestination(String newDestination)
Sets the URI of the destination of the response.
|
void |
setExtensions(Extensions newExtensions)
Sets the Extensions of this response.
|
void |
setID(String newID)
Sets the unique identifier of the response.
|
void |
setInResponseTo(String newInResponseTo)
Sets the unique request identifier for which this is a response.
|
void |
setIssueInstant(org.joda.time.DateTime newIssueInstant)
Sets the date/time the response was issued.
|
void |
setIssuer(Issuer newIssuer)
Sets the issuer of this response.
|
void |
setStatus(Status newStatus)
Sets the Status of this response.
|
void |
setVersion(SAMLVersion newVersion)
Sets the SAML Version of this response.
|
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 TYPE_LOCAL_NAME
static final QName TYPE_NAME
static final String ID_ATTRIB_NAME
static final String IN_RESPONSE_TO_ATTRIB_NAME
static final String VERSION_ATTRIB_NAME
static final String ISSUE_INSTANT_ATTRIB_NAME
static final String DESTINATION_ATTRIB_NAME
static final String CONSENT_ATTRIB_NAME
static final String UNSPECIFIED_CONSENT
static final String OBTAINED_CONSENT
static final String PRIOR_CONSENT
static final String IMPLICIT_CONSENT
static final String EXPLICIT_CONSENT
static final String UNAVAILABLE_CONSENT
static final String INAPPLICABLE_CONSENT
SAMLVersion getVersion()
void setVersion(SAMLVersion newVersion)
newVersion
- the SAML Version of this responseString getID()
void setID(String newID)
newID
- the unique identifier of the responseString getInResponseTo()
void setInResponseTo(String newInResponseTo)
newInResponseTo
- the unique identifier of the originating requestorg.joda.time.DateTime getIssueInstant()
void setIssueInstant(org.joda.time.DateTime newIssueInstant)
newIssueInstant
- the date/time the response was issuedString getDestination()
void setDestination(String newDestination)
newDestination
- the URI of the destination of the responseString getConsent()
void setConsent(String newConsent)
newConsent
- the consent obtained from the principal for sending this responseIssuer getIssuer()
void setIssuer(Issuer newIssuer)
newIssuer
- the issuer of this responseStatus getStatus()
void setStatus(Status newStatus)
newStatus
- the Status of this responseExtensions getExtensions()
void setExtensions(Extensions newExtensions)
newExtensions
- the Extensions of this responseCopyright © 2016 JBoss by Red Hat. All rights reserved.