public class StatusResponseType extends CommonResponseType implements SAML2Object
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>
Modifier and Type | Field and Description |
---|---|
protected String |
consent |
protected String |
destination |
protected ExtensionsType |
extensions |
protected String |
id |
protected XMLGregorianCalendar |
issueInstant |
protected NameIDType |
issuer |
protected StatusType |
status |
protected String |
version |
inResponseTo, signature
Constructor and Description |
---|
StatusResponseType(StatusResponseType srt) |
StatusResponseType(String id,
XMLGregorianCalendar issueInstant) |
Modifier and Type | Method and Description |
---|---|
String |
getConsent()
Gets the value of the consent property.
|
String |
getDestination()
Gets the value of the destination property.
|
ExtensionsType |
getExtensions()
Gets the value of the extensions property.
|
NameIDType |
getIssuer()
Gets the value of the issuer property.
|
StatusType |
getStatus()
Gets the value of the status property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setConsent(String value)
Sets the value of the consent property.
|
void |
setDestination(String value)
Sets the value of the destination property.
|
void |
setExtensions(ExtensionsType value)
Sets the value of the extensions property.
|
void |
setIssuer(NameIDType value)
Sets the value of the issuer property.
|
void |
setStatus(StatusType value)
Sets the value of the status property.
|
getID, getInResponseTo, getIssueInstant, getSignature, setInResponseTo, setSignature
protected NameIDType issuer
protected ExtensionsType extensions
protected StatusType status
protected String id
protected String version
protected XMLGregorianCalendar issueInstant
protected String destination
protected String consent
public StatusResponseType(String id, XMLGregorianCalendar issueInstant)
public StatusResponseType(StatusResponseType srt)
public NameIDType getIssuer()
NameIDType
public void setIssuer(NameIDType value)
value
- allowed object is NameIDType
public ExtensionsType getExtensions()
ExtensionsType
public void setExtensions(ExtensionsType value)
value
- allowed object is ExtensionsType
public StatusType getStatus()
StatusType
public void setStatus(StatusType value)
value
- allowed object is StatusType
public String getVersion()
String
public String getDestination()
String
public void setDestination(String value)
value
- allowed object is String
public String getConsent()
String
Copyright © 2021 JBoss by Red Hat. All rights reserved.