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 void
check()
String
getCode()
String
getInfoMsg()
String
getSaveAuthenticationLabel()
boolean
isAllowRecovery()
boolean
isAuthenticated()
boolean
isSaveAuthentication()
boolean
isShowRecoveryPanel()
boolean
isShowResendMfaEmailButton()
boolean
isShowSaveAuthentication()
void
resendMfaMail()
void
setCode(String code)
void
setSaveAuthentication(boolean saveAuthentication)
void
submit()
void
successRedirect()
-
-
-
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()
-
-