Class UserMultiFactorAuthenticationBean

java.lang.Object
de.xima.fc.gui.common.bean.security.UserMultiFactorAuthenticationBean
All Implemented Interfaces:
Serializable

@Named @ViewScoped public class UserMultiFactorAuthenticationBean extends Object implements Serializable
Bean for handling multi-factor authentication of users by letting them input the authentication code.
Since:
8.0.0
Author:
XIMA Media GmbH
See Also:
  • Constructor Details

    • UserMultiFactorAuthenticationBean

      public UserMultiFactorAuthenticationBean()
  • Method Details

    • getCode

      public String getCode()
    • setCode

      public void setCode(String code)
    • isAuthenticated

      public boolean isAuthenticated()
    • isSaveAuthentication

      public boolean isSaveAuthentication()
    • setSaveAuthentication

      public void setSaveAuthentication(boolean saveAuthentication)
    • isAllowRecovery

      public boolean isAllowRecovery()
    • getInfoMsg

      public String getInfoMsg()
    • isShowResendMfaEmailButton

      public boolean isShowResendMfaEmailButton()
    • isShowRecoveryPanel

      public boolean isShowRecoveryPanel()
    • isShowSaveAuthentication

      public boolean isShowSaveAuthentication()
    • getSaveAuthenticationLabel

      public String getSaveAuthenticationLabel()
    • resendMfaMail

      public void resendMfaMail()
    • successRedirect

      public void successRedirect()
    • check

      public void check()
    • submit

      public void submit()