@Generated(value="com.sun.tools.xjc.Driver", date="2023-09-11T10:23:38+02:00", comments="JAXB RI v2.3.7") 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, setSignature
public 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()
AuthorizationDecisionQuery
public void setAuthorizationDecisionQuery(AuthorizationDecisionQuery value)
value
- allowed object is
AuthorizationDecisionQuery
public AttributeQuery getAttributeQuery()
AttributeQuery
public void setAttributeQuery(AttributeQuery value)
value
- allowed object is
AttributeQuery
public AuthenticationQuery getAuthenticationQuery()
AuthenticationQuery
public void setAuthenticationQuery(AuthenticationQuery value)
value
- allowed object is
AuthenticationQuery
public SubjectQueryAbstractType getSubjectQuery()
SubjectQueryAbstractType
public void setSubjectQuery(SubjectQueryAbstractType value)
value
- allowed object is
SubjectQueryAbstractType
public QueryAbstractType getQuery()
QueryAbstractType
public void setQuery(QueryAbstractType value)
value
- allowed object is
QueryAbstractType
Connector Packaging TECHNICAL 4.4.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.