Class AuthnQueryType
java.lang.Object
org.keycloak.dom.saml.common.CommonRequestAbstractType
org.keycloak.dom.saml.v2.protocol.RequestAbstractType
org.keycloak.dom.saml.v2.protocol.SubjectQueryAbstractType
org.keycloak.dom.saml.v2.protocol.AuthnQueryType
- All Implemented Interfaces:
Serializable,SAML2Object
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
FieldsFields inherited from class org.keycloak.dom.saml.v2.protocol.SubjectQueryAbstractType
subjectFields inherited from class org.keycloak.dom.saml.v2.protocol.RequestAbstractType
consent, destination, extensions, issuer, versionFields inherited from class org.keycloak.dom.saml.common.CommonRequestAbstractType
id, issueInstant, signature -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the requestedAuthnContext property.Gets the value of the sessionIndex property.voidSets the value of the requestedAuthnContext property.voidsetSessionIndex(String value) Sets the value of the sessionIndex property.Methods inherited from class org.keycloak.dom.saml.v2.protocol.SubjectQueryAbstractType
getSubject, setSubjectMethods inherited from class org.keycloak.dom.saml.v2.protocol.RequestAbstractType
getConsent, getDestination, getExtensions, getIssuer, getVersion, setConsent, setDestination, setExtensions, setIssuerMethods inherited from class org.keycloak.dom.saml.common.CommonRequestAbstractType
getID, getIssueInstant, getSignature, setSignature
-
Field Details
-
requestedAuthnContext
-
sessionIndex
-
-
Constructor Details
-
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
-