|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoasis.names.tc.saml._1_0.protocol.RequestAbstractType
oasis.names.tc.saml._1_0.protocol.Request
@Generated(value="com.sun.tools.xjc.Driver", date="2016-07-06T09:25:58+02:00", comments="JAXB RI v2.2.6") public class Request
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 Summary | |
---|---|
Request()
|
Method Summary | |
---|---|
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. |
Methods inherited from class oasis.names.tc.saml._1_0.protocol.RequestAbstractType |
---|
getIssueInstant, getMajorVersion, getMinorVersion, getRequestID, getRespondWiths, getSignature, setIssueInstant, setMajorVersion, setMinorVersion, setRequestID, setSignature |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Request()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |