Interface AuthnQuery

    • Field Detail

      • DEFAULT_ELEMENT_NAME

        static final QName DEFAULT_ELEMENT_NAME
        Default element name.
      • TYPE_NAME

        static final QName TYPE_NAME
        QName of the XSI type.
      • SESSION_INDEX_ATTRIB_NAME

        static final String SESSION_INDEX_ATTRIB_NAME
        SessionIndex attribute name.
        See Also:
        Constant Field Values
    • Method Detail

      • getSessionIndex

        String getSessionIndex()
        Gets the SessionIndex of this request.
        Returns:
        the SessionIndex of this request
      • setSessionIndex

        void setSessionIndex​(String newSessionIndex)
        Sets the SessionIndex of this request.
        Parameters:
        newSessionIndex - the SessionIndex of this request
      • getRequestedAuthnContext

        RequestedAuthnContext getRequestedAuthnContext()
        Gets the RequestedAuthnContext of this request.
        Returns:
        the RequestedAuthnContext of this request
      • setRequestedAuthnContext

        void setRequestedAuthnContext​(RequestedAuthnContext newRequestedAuthnContext)
        Sets the RequestedAuthnContext of this request.
        Parameters:
        newRequestedAuthnContext - the RequestedAuthnContext of this request