Class AuthnQueryType
java.lang.Object
eu.europa.esig.saml.jaxb.protocol.RequestAbstractType
eu.europa.esig.saml.jaxb.protocol.SubjectQueryAbstractType
eu.europa.esig.saml.jaxb.protocol.AuthnQueryType
- All Implemented Interfaces:
Serializable
public class AuthnQueryType extends SubjectQueryAbstractType implements Serializable
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>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected RequestedAuthnContextType
requestedAuthnContext
protected String
sessionIndex
Fields inherited from class eu.europa.esig.saml.jaxb.protocol.RequestAbstractType
consent, destination, extensions, id, issueInstant, issuer, signature, version
-
Constructor Summary
Constructors Constructor Description AuthnQueryType()
-
Method Summary
Modifier and Type Method 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.Methods inherited from class eu.europa.esig.saml.jaxb.protocol.SubjectQueryAbstractType
getSubject, setSubject
Methods inherited from class eu.europa.esig.saml.jaxb.protocol.RequestAbstractType
getConsent, getDestination, getExtensions, getID, getIssueInstant, getIssuer, getSignature, getVersion, setConsent, setDestination, setExtensions, setID, setIssueInstant, setIssuer, setSignature, setVersion
-
Field Details
-
Constructor Details
-
AuthnQueryType
public AuthnQueryType()
-
-
Method Details
-
getRequestedAuthnContext
Gets the value of the requestedAuthnContext property.- Returns:
- possible object is
RequestedAuthnContextType
-
setRequestedAuthnContext
Sets the value of the requestedAuthnContext property.- Parameters:
value
- allowed object isRequestedAuthnContextType
-
getSessionIndex
Gets the value of the sessionIndex property.- Returns:
- possible object is
String
-
setSessionIndex
Sets the value of the sessionIndex property.- Parameters:
value
- allowed object isString
-