Package de.xima.fc.gui.bean.user
Class UserBean
- All Implemented Interfaces:
ISupportChangeEventBean
,Serializable
@Deprecated
@Named
@ViewScoped
public class UserBean
extends FCContextBean
implements ISupportChangeEventBean
Deprecated.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class de.xima.fc.gui.common.utils.msg.AJSFContext
AJSFContext.RedirectOptions, AJSFContext.RedirectOptionsBuilder
-
Field Summary
Fields inherited from class de.xima.fc.gui.bean.FCContextBean
systemUC
Fields inherited from class de.xima.fc.gui.common.utils.msg.AJSFContext
localeBean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.Checks the strength of a password phrase.boolean
Deprecated.boolean
deletionAllowed
(Benutzer user) Deprecated.void
destroy()
Deprecated.findLDAPUser
(String query) Deprecated.User management has been reworked.Deprecated.Deprecated.Deprecated.Deprecated.int
Deprecated.Determined the configured minimum password phrase length.getModel()
Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.void
Deprecated.void
init()
Deprecated.boolean
Deprecated.boolean
Deprecated.boolean
Deprecated.boolean
Deprecated.boolean
Deprecated.boolean
Deprecated.boolean
Deprecated.boolean
Deprecated.boolean
isLastClientAdmin
(Benutzer user) Deprecated.boolean
Deprecated.boolean
Deprecated.boolean
Deprecated.Liefert true zurück, wenn mehr als 1 Auswahl in der Liste für die Passwortvergabe-Typen enthalten ist.boolean
isUserActive
(Benutzer user) Deprecated.boolean
Deprecated.void
onLDAPUserSelect
(org.primefaces.event.SelectEvent<?> event) Deprecated.void
Deprecated.void
Deprecated.void
setApplicationEventBusBean
(ApplicationEventBusBean applicationEventBusBean) Deprecated.void
setChangePwd
(boolean changePwd) Deprecated.void
setCurrentActiv
(boolean currentActiv) Deprecated.void
setCurrentDeletionAllowed
(boolean isCurrentDeletionAllowed) Deprecated.void
setCurrentLDAP
(boolean currentLDAP) Deprecated.void
setCurrentModificationAllowed
(boolean isCurrentModificationAllowed) Deprecated.void
setLdapUser
(LDAPBenutzer ldapUser) Deprecated.void
Deprecated.void
setNewPassword
(String newPassword) Deprecated.void
setNewPasswordRepeat
(String newPasswordRepeat) Deprecated.void
setPwdAssignType
(EPasswordAssignType pwdAssignType) Deprecated.void
setSendPassword
(boolean sendPassword) Deprecated.boolean
Deprecated.void
Deprecated.Methods inherited from class de.xima.fc.gui.bean.FCContextBean
getNavigationBean, getSessionBean, isSetupUser, redirectToDashboard, setNavigationBean, setSessionBean, switchMainView, switchMainView, switchSubView, switchSubView
Methods inherited from class de.xima.fc.gui.bean.ABackendJSFContext
ec, findEntityContext, isDetached, isHasDB
Methods inherited from class de.xima.fc.gui.common.utils.msg.AJSFContext
destroySessionBean, encodeURL, findBean, findBean, findBean, findBean, findBean, findBean, findBean, findCurrentView, findUserContext, getBeanName, getBeanName, getContext, getCurrentViewBean, getLocaleBean, getRequest, getResponse, getSession, getSession, getSessionAttribute, isMasterServerContext, loadLazy, redirect, redirect, redirect, redirect, redirectToDashboard, redirectToDashboard, redirectToDashboard, setLocaleBean, setSessionAttribute, uc
Methods inherited from class de.xima.fc.gui.common.utils.msg.MessageUtils
addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsgFromString, addErrorMsgFromString, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addInfoMsg, addInfoMsg, addInfoMsg, addInfoMsg, addInfoMsgFromString, addInfoMsgFromString, addInfoMsgToComponent, addInfoMsgToComponent, addInfoMsgToComponent, addInfoMsgToComponent, addMsg, addMsg, addMsg, addMsg, addMsgs, addMsgs, addMsgToComponent, addMsgToComponent, addWarnMsg, addWarnMsg, addWarnMsg, addWarnMsg, addWarnMsgFromString, addWarnMsgFromString, addWarnMsgToComponent, addWarnMsgToComponent, addWarnMsgToComponent, addWarnMsgToComponent, cleanErrorMsg, errorMsg, errorMsg, getErrorMessage, getNewErrorMsg, getNewErrorMsg, getNewErrorMsg, getNewInfoMsg, getNewInfoMsg, getNewMsg, getNewWarnMsg, getNewWarnMsg, msg
Methods inherited from class de.xima.fc.gui.common.utils.msg.I18nUtils
getFacesContext, getLocale, rbValue, rbValue, rbValue, rbValueOrDefault, rbValueOrDefault
-
Constructor Details
-
UserBean
public UserBean()Deprecated.
-
-
Method Details
-
init
@PostConstruct public void init()Deprecated. -
destroy
@PreDestroy public void destroy()Deprecated. -
getApplicationEventBusBean
Deprecated. -
setApplicationEventBusBean
Deprecated. -
isSendPassword
public boolean isSendPassword()Deprecated. -
setSendPassword
public void setSendPassword(boolean sendPassword) Deprecated. -
getNewPassword
Deprecated. -
setNewPassword
Deprecated. -
getNewPasswordRepeat
Deprecated. -
setNewPasswordRepeat
Deprecated. -
isChangePwd
public boolean isChangePwd()Deprecated. -
setChangePwd
public void setChangePwd(boolean changePwd) Deprecated. -
getPwdAssignType
Deprecated. -
setPwdAssignType
Deprecated. -
getModel
Deprecated.- Returns:
- the model
-
setModel
Deprecated.- Parameters:
model
- the model to set
-
updateModel
public void updateModel()Deprecated. -
getRoleList
Deprecated. -
isCurrentActiv
public boolean isCurrentActiv()Deprecated. -
setCurrentActiv
public void setCurrentActiv(boolean currentActiv) Deprecated. -
isUserActive
Deprecated. -
isCurrentLDAP
public boolean isCurrentLDAP()Deprecated. -
setCurrentLDAP
public void setCurrentLDAP(boolean currentLDAP) Deprecated. -
checkPasswordStrength
public void checkPasswordStrength()Deprecated.Checks the strength of a password phrase. Triggered from an AJAX event -
getMinPwdLength
public int getMinPwdLength()Deprecated.Determined the configured minimum password phrase length.- Returns:
- the min. length of password
-
handleChangeEvent
public void handleChangeEvent()Deprecated.- Specified by:
handleChangeEvent
in interfaceISupportChangeEventBean
-
getConfiguredPwdRules
Deprecated. -
findLDAPUser
Deprecated.User management has been reworked. Users may have multiple identities to sign in with. -
getLDAPUserList
Deprecated. -
getLdapUser
Deprecated. -
onLDAPUserSelect
public void onLDAPUserSelect(org.primefaces.event.SelectEvent<?> event) Deprecated. -
setLdapUser
Deprecated. -
showHeaderGroup
public boolean showHeaderGroup()Deprecated. -
deletionAllowed
public boolean deletionAllowed()Deprecated. -
deletionAllowed
Deprecated. -
modificationAllowed
public boolean modificationAllowed()Deprecated. -
isClientAdminEditAllowed
public boolean isClientAdminEditAllowed()Deprecated. -
isCurrentUser
public boolean isCurrentUser()Deprecated. -
isCurrentLdap
public boolean isCurrentLdap()Deprecated. -
isLastClientAdmin
Deprecated. -
isCurrentDeletionAllowed
public boolean isCurrentDeletionAllowed()Deprecated.- Returns:
- the isCurrentDeletionAllowed
-
setCurrentDeletionAllowed
public void setCurrentDeletionAllowed(boolean isCurrentDeletionAllowed) Deprecated.- Parameters:
isCurrentDeletionAllowed
- the isCurrentDeletionAllowed to set
-
isCurrentModificationAllowed
public boolean isCurrentModificationAllowed()Deprecated.- Returns:
- the isCurrentModificationAllowed
-
setCurrentModificationAllowed
public void setCurrentModificationAllowed(boolean isCurrentModificationAllowed) Deprecated.- Parameters:
isCurrentModificationAllowed
- the isCurrentModificationAllowed to set
-
getPwdAssignTypes
Deprecated. -
isShowPwdAssignTypes
public boolean isShowPwdAssignTypes()Deprecated.Liefert true zurück, wenn mehr als 1 Auswahl in der Liste für die Passwortvergabe-Typen enthalten ist.- Returns:
- if the password assign types should be shown
-
resetInputFields
public void resetInputFields()Deprecated. -
isLoginLocked
public boolean isLoginLocked()Deprecated. -
resetLoginAttemptsForSelected
public void resetLoginAttemptsForSelected()Deprecated.
-
ClientAuthorizationBean
instead.