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.UseClientAuthorizationBean
instead.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
UserBean.EntityListModelImpl
Deprecated.-
Nested 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 Constructor Description UserBean()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
checkPasswordStrength()
Deprecated.Checks the strength of a password phrase.boolean
deletionAllowed()
Deprecated.boolean
deletionAllowed(Benutzer user)
Deprecated.void
destroy()
Deprecated.List<LDAPBenutzer>
findLDAPUser(String query)
Deprecated.User management has been reworked.ApplicationEventBusBean
getApplicationEventBusBean()
Deprecated.String
getConfiguredPwdRules()
Deprecated.LDAPBenutzer
getLdapUser()
Deprecated.List<LDAPBenutzer>
getLDAPUserList()
Deprecated.int
getMinPwdLength()
Deprecated.Determined the configured minimum password phrase length.IEntityListModelSelectByView<Benutzer>
getModel()
Deprecated.String
getNewPassword()
Deprecated.String
getNewPasswordRepeat()
Deprecated.EPasswordAssignType
getPwdAssignType()
Deprecated.List<EPasswordAssignType>
getPwdAssignTypes()
Deprecated.List<Rolle>
getRoleList()
Deprecated.void
handleChangeEvent()
Deprecated.void
init()
Deprecated.boolean
isChangePwd()
Deprecated.boolean
isClientAdminEditAllowed()
Deprecated.boolean
isCurrentActiv()
Deprecated.boolean
isCurrentDeletionAllowed()
Deprecated.boolean
isCurrentLdap()
Deprecated.boolean
isCurrentLDAP()
Deprecated.boolean
isCurrentModificationAllowed()
Deprecated.boolean
isCurrentUser()
Deprecated.boolean
isLastClientAdmin(Benutzer user)
Deprecated.boolean
isLoginLocked()
Deprecated.boolean
isSendPassword()
Deprecated.boolean
isShowPwdAssignTypes()
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
modificationAllowed()
Deprecated.void
onLDAPUserSelect(org.primefaces.event.SelectEvent<?> event)
Deprecated.void
resetInputFields()
Deprecated.void
resetLoginAttemptsForSelected()
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
setModel(IEntityListModelSelectByView<Benutzer> model)
Deprecated.void
setNewPassword(String newPassword)
Deprecated.void
setNewPasswordRepeat(String newPasswordRepeat)
Deprecated.void
setPwdAssignType(EPasswordAssignType pwdAssignType)
Deprecated.void
setSendPassword(boolean sendPassword)
Deprecated.boolean
showHeaderGroup()
Deprecated.void
updateModel()
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
-
-
-
-
Method Detail
-
init
@PostConstruct public void init()
Deprecated.
-
destroy
@PreDestroy public void destroy()
Deprecated.
-
getApplicationEventBusBean
public ApplicationEventBusBean getApplicationEventBusBean()
Deprecated.
-
setApplicationEventBusBean
public void setApplicationEventBusBean(ApplicationEventBusBean applicationEventBusBean)
Deprecated.
-
isSendPassword
public boolean isSendPassword()
Deprecated.
-
setSendPassword
public void setSendPassword(boolean sendPassword)
Deprecated.
-
getNewPassword
public String getNewPassword()
Deprecated.
-
setNewPassword
public void setNewPassword(String newPassword)
Deprecated.
-
getNewPasswordRepeat
public String getNewPasswordRepeat()
Deprecated.
-
setNewPasswordRepeat
public void setNewPasswordRepeat(String newPasswordRepeat)
Deprecated.
-
isChangePwd
public boolean isChangePwd()
Deprecated.
-
setChangePwd
public void setChangePwd(boolean changePwd)
Deprecated.
-
getPwdAssignType
public EPasswordAssignType getPwdAssignType()
Deprecated.
-
setPwdAssignType
public void setPwdAssignType(EPasswordAssignType pwdAssignType)
Deprecated.
-
getModel
public IEntityListModelSelectByView<Benutzer> getModel()
Deprecated.- Returns:
- the model
-
setModel
public void setModel(IEntityListModelSelectByView<Benutzer> model)
Deprecated.- Parameters:
model
- the model to set
-
updateModel
public void updateModel()
Deprecated.
-
isCurrentActiv
public boolean isCurrentActiv()
Deprecated.
-
setCurrentActiv
public void setCurrentActiv(boolean currentActiv)
Deprecated.
-
isUserActive
public boolean isUserActive(Benutzer user)
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
public String getConfiguredPwdRules()
Deprecated.
-
findLDAPUser
@Deprecated public List<LDAPBenutzer> findLDAPUser(String query)
Deprecated.User management has been reworked. Users may have multiple identities to sign in with.
-
getLDAPUserList
public List<LDAPBenutzer> getLDAPUserList()
Deprecated.
-
getLdapUser
public LDAPBenutzer getLdapUser()
Deprecated.
-
onLDAPUserSelect
public void onLDAPUserSelect(org.primefaces.event.SelectEvent<?> event)
Deprecated.
-
setLdapUser
public void setLdapUser(LDAPBenutzer ldapUser)
Deprecated.
-
showHeaderGroup
public boolean showHeaderGroup()
Deprecated.
-
deletionAllowed
public boolean deletionAllowed()
Deprecated.
-
deletionAllowed
public boolean deletionAllowed(Benutzer user)
Deprecated.
-
modificationAllowed
public boolean modificationAllowed()
Deprecated.
-
isClientAdminEditAllowed
public boolean isClientAdminEditAllowed()
Deprecated.
-
isCurrentUser
public boolean isCurrentUser()
Deprecated.
-
isCurrentLdap
public boolean isCurrentLdap()
Deprecated.
-
isLastClientAdmin
public boolean isLastClientAdmin(Benutzer user)
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
public List<EPasswordAssignType> 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.
-
-