@Named(value="pamAddUserBean") @RequestScoped public class PamAddUserBean extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected com.kobil.ssms.kernel.logic.locale.LocaleBean |
localeBean |
static String |
RET_MUST_CHANGE |
static String |
RET_NEW_PASSWORD |
static String |
RET_NEW_USER |
Constructor and Description |
---|
PamAddUserBean() |
Modifier and Type | Method and Description |
---|---|
void |
action_addUser()
Button action - Adds the given user into the database.
|
String |
action_cancelDialog()
return the last add user to enable display the last add user in the users datatable only
|
protected Class<?> |
getMessageClass() |
org.apache.myfaces.trinidad.component.UIXComponent |
getMessageDisplay() |
boolean |
getMustChange() |
String |
getNewPassword() |
String |
getNewUID() |
void |
init() |
boolean |
isChapCompatibility() |
void |
setChapCompatibility(boolean chapCompatibility) |
void |
setMessageDisplay(org.apache.myfaces.trinidad.component.UIXComponent messageDisplay) |
void |
setMustChange(boolean mustChange) |
void |
setNewPassword(String newPassword) |
void |
setNewUID(String newUID) |
public static final String RET_NEW_USER
public static final String RET_NEW_PASSWORD
public static final String RET_MUST_CHANGE
@Inject protected transient com.kobil.ssms.kernel.logic.locale.LocaleBean localeBean
public String getNewUID()
public void setNewUID(String newUID)
public String getNewPassword()
public void setNewPassword(String newPassword)
public boolean getMustChange()
public void setMustChange(boolean mustChange)
public boolean isChapCompatibility()
public void setChapCompatibility(boolean chapCompatibility)
protected Class<?> getMessageClass()
@PostConstruct public void init()
public void action_addUser()
-
- newUID - user id as a string - mandatory-
- Password is checked if it is not null and not empty, password currently in plain text - mandatory-
- must change is optionalpublic String action_cancelDialog()
public org.apache.myfaces.trinidad.component.UIXComponent getMessageDisplay()
public void setMessageDisplay(org.apache.myfaces.trinidad.component.UIXComponent messageDisplay)
Copyright © 2022 KOBIL Systems GmbH. All rights reserved.