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()StringgetCode()StringgetInfoMsg()StringgetSaveAuthenticationLabel()booleanisAllowRecovery()booleanisAuthenticated()booleanisSaveAuthentication()booleanisShowRecoveryPanel()booleanisShowResendMfaEmailButton()booleanisShowSaveAuthentication()voidresendMfaMail()voidsetCode(String code)voidsetSaveAuthentication(boolean saveAuthentication)voidsubmit()voidsuccessRedirect() 
 - 
 
- 
- 
Method Detail
- 
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()
 
 - 
 
 -