Class BackendBean
- All Implemented Interfaces:
ISupportChangeEventBean, Serializable
@Named
@SessionScoped
public class BackendBean
extends ABackendJSFContext
implements ISupportChangeEventBean, Serializable
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class AJSFContext
AJSFContext.RedirectOptions, AJSFContext.RedirectOptionsBuilder -
Field Summary
Fields inherited from class AJSFContext
localeBean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidchangeClient(EViews redirectView) Deprecated.the client is determined by the view.voidDeprecated.UsePasswordPolicyBean.checkPasswordStrength()instead.voidclearPwd()Deprecated.voiddestroy()Getting all the availableMandantsDeprecated.UsePasswordPolicyBean.getGlobalMinPwdLength()instead.Deprecated.intDeprecated.UsePasswordPolicyBean.getGlobalMinPwdLength()instead.Deprecated.Deprecated.voidDeprecated.voidinit()booleanvoidDeprecated.voidsetApplicationEventBusBean(ApplicationEventBusBean applicationEventBusBean) voidsetChangePwd(boolean changePwd) voidsetCurrentClient(Mandant currentClient) Deprecated.the client is determined by the view.voidsetNavigationBean(NavigationBean navigationBean) Deprecated.voidsetSessionBean(SessionBean sessionBean) voidsetUserProfileBean(UserProfileBean userProfileBean) Deprecated.Methods inherited from class ABackendJSFContext
ec, findEntityContext, isDetached, isHasDBMethods inherited from class 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, ucMethods inherited from class 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, msgMethods inherited from class I18nUtils
getFacesContext, getLocale, rbValue, rbValue, rbValue, rbValueOrDefault, rbValueOrDefault
-
Constructor Details
-
BackendBean
public BackendBean()
-
-
Method Details
-
getSessionBean
-
setSessionBean
-
getApplicationEventBusBean
-
setApplicationEventBusBean
-
init
@PostConstruct public void init() -
destroy
@PreDestroy public void destroy() -
isChangePwd
public boolean isChangePwd() -
setChangePwd
public void setChangePwd(boolean changePwd) -
clearPwd
Deprecated. -
getClientsWithSadminAccess
- Returns:
- All clients with
Mandant.isSadminAccess()set totrue.
-
getClientList
-
getLdapGroupsOfCurrentUser
-
checkPasswordStrength
Deprecated.UsePasswordPolicyBean.checkPasswordStrength()instead. -
handleChangeEvent
Deprecated.- Specified by:
handleChangeEventin interfaceISupportChangeEventBean
-
getConfiguredPwdRules
Deprecated.UsePasswordPolicyBean.getGlobalMinPwdLength()instead. -
getMinPwdLength
Deprecated.UsePasswordPolicyBean.getGlobalMinPwdLength()instead. -
saveCurrentUser
Deprecated. -
changeClient
Deprecated.the client is determined by the view. To get the current client useViewContextBean.getClient() -
setCurrentClient
Deprecated.the client is determined by the view. To get the current client useViewContextBean.getClient() -
getUserProfileBean
Deprecated. -
setUserProfileBean
Deprecated. -
getGroupsOfCurrentUser
Deprecated.
-