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, issuer, versionid, issueInstant, signature| Constructor and Description |
|---|
AuthnQueryType(String id,
XMLGregorianCalendar instant) |
| 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, getIssuer, getVersion, setConsent, setDestination, setExtensions, setIssuergetID, getIssueInstant, getSignature, setSignatureprotected RequestedAuthnContextType requestedAuthnContext
protected String sessionIndex
public AuthnQueryType(String id, XMLGregorianCalendar instant)
public RequestedAuthnContextType getRequestedAuthnContext()
RequestedAuthnContextTypepublic void setRequestedAuthnContext(RequestedAuthnContextType value)
value - allowed object is RequestedAuthnContextTypepublic String getSessionIndex()
StringCopyright © 2016 JBoss by Red Hat. All rights reserved.