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
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:
-
Field Summary
Fields inherited from class eu.europa.esig.saml.jaxb.protocol.SubjectQueryAbstractType
subject
Fields inherited from class eu.europa.esig.saml.jaxb.protocol.RequestAbstractType
consent, destination, extensions, id, issueInstant, issuer, signature, version
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the requestedAuthnContext property.Gets the value of the sessionIndex property.void
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
-
requestedAuthnContext
-
sessionIndex
-
-
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
-