Class UserMultiFactorRegistrationBean
- java.lang.Object
-
- de.xima.fc.gui.common.bean.security.UserMultiFactorRegistrationBean
-
- All Implemented Interfaces:
Serializable
@Named @ViewScoped public class UserMultiFactorRegistrationBean extends Object implements Serializable
Bean for registering multi-factor authentication for user profile using a QR code and an authenticator app.- Since:
- 8.0.0
- Author:
- XIMA Media GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserMultiFactorRegistrationBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCode()
String
getMfaUri()
String
getPanelMode()
String
getSecret()
void
register()
void
setCode(String code)
void
setPanelMode(String panelMode)
-