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 toUserCredentialsSignInBeanbut only handles super user login for the special/adminpage 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 voiddoUserCredentialsLogin()StringgetLoginId()StringgetPassword()voidsetLoginId(String loginId)voidsetPassword(String password) 
 -