public class AuthnQueryType extends SubjectQueryAbstractType
Java class for AuthnQueryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuthnQueryType">
<complexContent>
<extension base="{urn:oasis:names:tc:SAML:2.0:protocol}SubjectQueryAbstractType">
<sequence>
<element ref="{urn:oasis:names:tc:SAML:2.0:protocol}RequestedAuthnContext" minOccurs="0"/>
</sequence>
<attribute name="SessionIndex" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected RequestedAuthnContextType |
requestedAuthnContext |
protected String |
sessionIndex |
subjectconsent, destination, extensions, id, issueInstant, issuer, signature, version| Constructor and Description |
|---|
AuthnQueryType() |
| Modifier and Type | Method and Description |
|---|---|
RequestedAuthnContextType |
getRequestedAuthnContext()
Gets the value of the requestedAuthnContext property.
|
String |
getSessionIndex()
Gets the value of the sessionIndex property.
|
void |
setRequestedAuthnContext(RequestedAuthnContextType value)
Sets the value of the requestedAuthnContext property.
|
void |
setSessionIndex(String value)
Sets the value of the sessionIndex property.
|
getSubject, setSubjectgetConsent, getDestination, getExtensions, getID, getIssueInstant, getIssuer, getSignature, getVersion, setConsent, setDestination, setExtensions, setID, setIssueInstant, setIssuer, setSignature, setVersionprotected RequestedAuthnContextType requestedAuthnContext
protected String sessionIndex
public RequestedAuthnContextType getRequestedAuthnContext()
RequestedAuthnContextTypepublic void setRequestedAuthnContext(RequestedAuthnContextType value)
value - allowed object is
RequestedAuthnContextTypepublic String getSessionIndex()
StringCopyright © 2020 Open eHealth Foundation. All rights reserved.