Class StatusResponseType
java.lang.Object
org.keycloak.dom.saml.common.CommonResponseType
org.keycloak.dom.saml.v2.protocol.StatusResponseType
- All Implemented Interfaces:
Serializable,SAML2Object
- Direct Known Subclasses:
ArtifactResponseType,NameIDMappingResponseType,ResponseType
Java class for StatusResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StatusResponseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:tc:SAML:2.0:assertion}Issuer" minOccurs="0"/>
<element ref="{http://www.w3.org/2000/09/xmldsig#}Signature" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:protocol}Extensions" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:protocol}Status"/>
</sequence>
<attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="InResponseTo" type="{http://www.w3.org/2001/XMLSchema}NCName" />
<attribute name="Version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="IssueInstant" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="Destination" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="Consent" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected ExtensionsTypeprotected Stringprotected XMLGregorianCalendarprotected NameIDTypeprotected StatusTypeprotected StringFields inherited from class org.keycloak.dom.saml.common.CommonResponseType
inResponseTo, signature -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the consent property.Gets the value of the destination property.Gets the value of the extensions property.Gets the value of the issuer property.Gets the value of the status property.Gets the value of the version property.voidsetConsent(String value) Sets the value of the consent property.voidsetDestination(String value) Sets the value of the destination property.voidsetExtensions(ExtensionsType value) Sets the value of the extensions property.voidsetIssuer(NameIDType value) Sets the value of the issuer property.voidsetStatus(StatusType value) Sets the value of the status property.Methods inherited from class org.keycloak.dom.saml.common.CommonResponseType
getID, getInResponseTo, getIssueInstant, getSignature, setInResponseTo, setSignature
-
Field Details
-
issuer
-
extensions
-
status
-
id
-
version
-
issueInstant
-
destination
-
consent
-
-
Constructor Details
-
StatusResponseType
-
StatusResponseType
-
-
Method Details
-
getIssuer
Gets the value of the issuer property.- Returns:
- possible object is
NameIDType
-
setIssuer
Sets the value of the issuer property.- Parameters:
value- allowed object isNameIDType
-
getExtensions
Gets the value of the extensions property.- Returns:
- possible object is
ExtensionsType
-
setExtensions
Sets the value of the extensions property.- Parameters:
value- allowed object isExtensionsType
-
getStatus
Gets the value of the status property.- Returns:
- possible object is
StatusType
-
setStatus
Sets the value of the status property.- Parameters:
value- allowed object isStatusType
-
getVersion
Gets the value of the version property.- Returns:
- possible object is
String
-
getDestination
Gets the value of the destination property.- Returns:
- possible object is
String
-
setDestination
Sets the value of the destination property.- Parameters:
value- allowed object isString
-
getConsent
Gets the value of the consent property.- Returns:
- possible object is
String
-
setConsent
Sets the value of the consent property.- Parameters:
value- allowed object isString
-