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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserMultiFactorAuthenticationBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheck()StringgetSaveAuthenticationLabel()booleanisAuthenticated()booleanisShowRecoveryPanel()booleanisShowResendMfaEmailButton()booleanisShowSaveAuthentication()voidresendMfaMail()voidsubmit()voidsuccessRedirect()
-
-
-
Method Detail
-
check
public void check()
-
getSaveAuthenticationLabel
public String getSaveAuthenticationLabel()
-
isAuthenticated
public boolean isAuthenticated()
-
isShowRecoveryPanel
public boolean isShowRecoveryPanel()
-
isShowResendMfaEmailButton
public boolean isShowResendMfaEmailButton()
-
isShowSaveAuthentication
public boolean isShowSaveAuthentication()
-
resendMfaMail
public void resendMfaMail()
-
submit
public void submit()
-
successRedirect
public void successRedirect()
-
-