Package de.xima.fc.gui.bean
Class SuperUserSigninBean
- java.lang.Object
-
- de.xima.fc.gui.bean.SuperUserSigninBean
-
- All Implemented Interfaces:
Serializable
@Named @ViewScoped public class SuperUserSigninBean extends Object implements Serializable
Bean similar toUserCredentialsSigninBean
but only handles super user login for the special/admin
page that is reserved for super user login.- Since:
- 8.0.0
- Author:
- XIMA Media GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SuperUserSigninBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doUserCredentialsLogin()
String
getLoginId()
String
getPassword()
void
setLoginId(String loginId)
void
setPassword(String password)
-