-
Method Summary
void
includeBrowserVerification(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
long userId)
boolean
isBrowserVerified(javax.servlet.http.HttpServletRequest httpServletRequest,
long userId)
boolean
verifyBrowserRequest(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
long userId)
Methods inherited from interface com.liferay.multi.factor.authentication.spi.checker.MFAChecker
isAvailable
-
Method Details
-
includeBrowserVerification
void includeBrowserVerification(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
long userId)
throws Exception
- Throws:
Exception
-
isBrowserVerified
boolean isBrowserVerified(javax.servlet.http.HttpServletRequest httpServletRequest,
long userId)
-
verifyBrowserRequest
boolean verifyBrowserRequest(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
long userId)
throws Exception
- Throws:
Exception