@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:18:55+02:00", comments="JAXB RI v2.2.11") public class Request extends RequestAbstractType implements Serializable
Java class for RequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RequestType">
<complexContent>
<extension base="{urn:oasis:names:tc:SAML:1.0:protocol}RequestAbstractType">
<choice>
<element ref="{urn:oasis:names:tc:SAML:1.0:protocol}Query"/>
<element ref="{urn:oasis:names:tc:SAML:1.0:protocol}SubjectQuery"/>
<element ref="{urn:oasis:names:tc:SAML:1.0:protocol}AuthenticationQuery"/>
<element ref="{urn:oasis:names:tc:SAML:1.0:protocol}AttributeQuery"/>
<element ref="{urn:oasis:names:tc:SAML:1.0:protocol}AuthorizationDecisionQuery"/>
<element ref="{urn:oasis:names:tc:SAML:1.0:assertion}AssertionIDReference" maxOccurs="unbounded"/>
<element ref="{urn:oasis:names:tc:SAML:1.0:protocol}AssertionArtifact" maxOccurs="unbounded"/>
</choice>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Request() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAssertionArtifacts()
Gets the value of the assertionArtifacts property.
|
List<String> |
getAssertionIDReferences()
Gets the value of the assertionIDReferences property.
|
AttributeQuery |
getAttributeQuery()
Gets the value of the attributeQuery property.
|
AuthenticationQuery |
getAuthenticationQuery()
Gets the value of the authenticationQuery property.
|
AuthorizationDecisionQuery |
getAuthorizationDecisionQuery()
Gets the value of the authorizationDecisionQuery property.
|
QueryAbstractType |
getQuery()
Gets the value of the query property.
|
SubjectQueryAbstractType |
getSubjectQuery()
Gets the value of the subjectQuery property.
|
void |
setAttributeQuery(AttributeQuery value)
Sets the value of the attributeQuery property.
|
void |
setAuthenticationQuery(AuthenticationQuery value)
Sets the value of the authenticationQuery property.
|
void |
setAuthorizationDecisionQuery(AuthorizationDecisionQuery value)
Sets the value of the authorizationDecisionQuery property.
|
void |
setQuery(QueryAbstractType value)
Sets the value of the query property.
|
void |
setSubjectQuery(SubjectQueryAbstractType value)
Sets the value of the subjectQuery property.
|
getIssueInstant, getMajorVersion, getMinorVersion, getRequestID, getRespondWiths, getSignature, setIssueInstant, setMajorVersion, setMinorVersion, setRequestID, setSignaturepublic List<String> getAssertionArtifacts()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the assertionArtifacts property.
For example, to add a new item, do as follows:
getAssertionArtifacts().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getAssertionIDReferences()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the assertionIDReferences property.
For example, to add a new item, do as follows:
getAssertionIDReferences().add(newItem);
Objects of the following type(s) are allowed in the list
String
public AuthorizationDecisionQuery getAuthorizationDecisionQuery()
AuthorizationDecisionQuerypublic void setAuthorizationDecisionQuery(AuthorizationDecisionQuery value)
value - allowed object is
AuthorizationDecisionQuerypublic AttributeQuery getAttributeQuery()
AttributeQuerypublic void setAttributeQuery(AttributeQuery value)
value - allowed object is
AttributeQuerypublic AuthenticationQuery getAuthenticationQuery()
AuthenticationQuerypublic void setAuthenticationQuery(AuthenticationQuery value)
value - allowed object is
AuthenticationQuerypublic SubjectQueryAbstractType getSubjectQuery()
SubjectQueryAbstractTypepublic void setSubjectQuery(SubjectQueryAbstractType value)
value - allowed object is
SubjectQueryAbstractTypepublic QueryAbstractType getQuery()
QueryAbstractTypepublic void setQuery(QueryAbstractType value)
value - allowed object is
QueryAbstractType
Connector Packaging generic 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.