Class UserCredentialsSetBean
- java.lang.Object
-
- de.xima.fc.gui.common.bean.security.UserCredentialsSetBean
-
- All Implemented Interfaces:
Serializable
@Named @ViewScoped public class UserCredentialsSetBean extends Object implements Serializable
Bean for setting the user credentials of a user profile.- Since:
- 8.0.0
- Author:
- XIMA Media GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserCredentialsSetBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPassword()StringgetPasswordRepeat()StringgetPwdSetLoginMsg()booleanisTokenExpired()voidsetPassword(String password)voidsetPasswordRepeat(String passwordRepeat)voidsetUserCredentials()
-
-
-
Method Detail
-
getPassword
public String getPassword()
-
setPassword
public void setPassword(String password)
-
getPasswordRepeat
public String getPasswordRepeat()
-
setPasswordRepeat
public void setPasswordRepeat(String passwordRepeat)
-
getPwdSetLoginMsg
public String getPwdSetLoginMsg()
-
isTokenExpired
public boolean isTokenExpired()
-
setUserCredentials
public void setUserCredentials()
-
-