Class AuthnQueryType


  • 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>
     
    • Field Detail

      • sessionIndex

        protected java.lang.String sessionIndex
    • Constructor Detail

      • AuthnQueryType

        public AuthnQueryType()
    • Method Detail

      • getSessionIndex

        public java.lang.String getSessionIndex()
        Gets the value of the sessionIndex property.
        Returns:
        possible object is String
      • setSessionIndex

        public void setSessionIndex​(java.lang.String value)
        Sets the value of the sessionIndex property.
        Parameters:
        value - allowed object is String