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 String
getPassword()
String
getPasswordRepeat()
String
getPwdSetLoginMsg()
boolean
isTokenExpired()
void
setPassword(String password)
void
setPasswordRepeat(String passwordRepeat)
void
setUserCredentials()
-
-
-
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()
-
-