Uses of Class
org.opencms.security.twofactor.CmsTwoFactorAuthenticationHandler
Packages that use CmsTwoFactorAuthenticationHandler
Package
Description
Provides the main OpenCms "operating system".
Contains the user interface components for the Vaadin-based login dialog.
-
Uses of CmsTwoFactorAuthenticationHandler in org.opencms.main
Methods in org.opencms.main that return CmsTwoFactorAuthenticationHandlerModifier and TypeMethodDescriptionOpenCms.getTwoFactorAuthenticationHandler()Gets the two-factor authentication handler.protected CmsTwoFactorAuthenticationHandlerOpenCmsCore.getTwoFactorAuthenticationHandler()Gets the two-factor authentication handler. -
Uses of CmsTwoFactorAuthenticationHandler in org.opencms.ui.login
Fields in org.opencms.ui.login declared as CmsTwoFactorAuthenticationHandlerModifier and TypeFieldDescriptionprotected CmsTwoFactorAuthenticationHandlerCmsLoginController.m_otpHandlerThe two-factor authentication handler.