Interface AuthnQuery

All Superinterfaces:
RequestAbstract, SubjectQueryAbstract, XmlSerializable

@SupportedAll public interface AuthnQuery extends SubjectQueryAbstract
This class represents the AuthnQueryType complex type.

The following schema fragment specifies the expected content contained within this java content object.

 <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="string" use="optional"/>
     </extension>
   </complexContent>
 </complexType>