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 |
subject
consent, destination, extensions, issuer, version
id, 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, setSubject
getConsent, getDestination, getExtensions, getIssuer, getVersion, setConsent, setDestination, setExtensions, setIssuer
getID, getIssueInstant, getSignature, setSignature
protected RequestedAuthnContextType requestedAuthnContext
protected String sessionIndex
public AuthnQueryType(String id, XMLGregorianCalendar instant)
public RequestedAuthnContextType getRequestedAuthnContext()
RequestedAuthnContextType
public void setRequestedAuthnContext(RequestedAuthnContextType value)
value
- allowed object is RequestedAuthnContextType
public String getSessionIndex()
String
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.