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

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

      @Nonnull static final QName DEFAULT_ELEMENT_NAME
      Default element name.
    • TYPE_LOCAL_NAME

      @Nonnull @NotEmpty static final String TYPE_LOCAL_NAME
      Local name of the XSI type.
      See Also:
    • TYPE_NAME

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

      @Nonnull @NotEmpty static final String SESSION_INDEX_ATTRIB_NAME
      SessionIndex attribute name.
      See Also:
  • Method Details

    • getSessionIndex

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

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

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

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