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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
check()
getCode()
boolean
boolean
boolean
boolean
boolean
boolean
void
void
void
setSaveAuthentication
(boolean saveAuthentication) void
submit()
void
-
Constructor Details
-
UserMultiFactorAuthenticationBean
public UserMultiFactorAuthenticationBean()
-
-
Method Details
-
getCode
-
setCode
-
isAuthenticated
public boolean isAuthenticated() -
isSaveAuthentication
public boolean isSaveAuthentication() -
setSaveAuthentication
public void setSaveAuthentication(boolean saveAuthentication) -
isAllowRecovery
public boolean isAllowRecovery() -
getInfoMsg
-
isShowResendMfaEmailButton
public boolean isShowResendMfaEmailButton() -
isShowRecoveryPanel
public boolean isShowRecoveryPanel() -
isShowSaveAuthentication
public boolean isShowSaveAuthentication() -
getSaveAuthenticationLabel
-
resendMfaMail
public void resendMfaMail() -
successRedirect
public void successRedirect() -
check
public void check() -
submit
public void submit()
-