@Named(value="pamSetUserPasswordBean") @ConversationScoped public class PamSetUserPasswordBean extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected com.kobil.ssms.kernel.logic.locale.LocaleBean |
localeBean |
Constructor and Description |
---|
PamSetUserPasswordBean() |
Modifier and Type | Method and Description |
---|---|
String |
action_cancelDialog()
action on close
|
void |
action_setPasswordForUser()
action for setting the password.
|
protected Class<?> |
getMessageClass() |
org.apache.myfaces.trinidad.component.UIXComponent |
getMessageDisplay() |
boolean |
getMustChange() |
String |
getNewPassword() |
com.kobil.ssms.pam.logic.pwd.PamUserDTO |
getSelectedUser() |
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 |
setSelectedUser(com.kobil.ssms.pam.logic.pwd.PamUserDTO selectedUser) |
@Inject protected transient com.kobil.ssms.kernel.logic.locale.LocaleBean localeBean
@PostConstruct public void init()
public com.kobil.ssms.pam.logic.pwd.PamUserDTO getSelectedUser()
public void setSelectedUser(com.kobil.ssms.pam.logic.pwd.PamUserDTO selectedUser)
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()
public void action_setPasswordForUser()
-
- password: mandatory, string as plain text, is checked if it is not null and not empty-
- mustchange: 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.