Interface AuthnQuery

All Superinterfaces:
RequestAbstractType, SAMLObject, SignableSAMLObject, SignableXMLObject, SubjectQuery, XMLObject
All Known Implementing Classes:
AuthnQueryImpl

public interface AuthnQuery extends SubjectQuery
SAML 2.0 AuthnQuery.
  • Field Details

    • DEFAULT_ELEMENT_LOCAL_NAME

      static final String DEFAULT_ELEMENT_LOCAL_NAME
      Element local name.
      See Also:
    • DEFAULT_ELEMENT_NAME

      static final QName DEFAULT_ELEMENT_NAME
      Default element name.
    • TYPE_LOCAL_NAME

      static final String TYPE_LOCAL_NAME
      Local name of the XSI type.
      See Also:
    • 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:
  • Method Details

    • 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