All Superinterfaces:
MFAChecker

public interface SetupMFAChecker extends MFAChecker
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    includeSetup(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse, long userId)
     
    boolean
    isAvailable(long userId)
     
    void
    removeExistingSetup(long userId)
     
    boolean
    setUp(jakarta.servlet.http.HttpServletRequest httpServletRequest, long userId)
     
  • Method Details

    • includeSetup

      void includeSetup(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse, long userId) throws Exception
      Throws:
      Exception
    • isAvailable

      boolean isAvailable(long userId)
      Specified by:
      isAvailable in interface MFAChecker
    • removeExistingSetup

      void removeExistingSetup(long userId)
    • setUp

      boolean setUp(jakarta.servlet.http.HttpServletRequest httpServletRequest, long userId)