Class BackendBean

    • Constructor Detail

      • BackendBean

        public BackendBean()
    • Method Detail

      • setSessionBean

        public void setSessionBean​(SessionBean sessionBean)
      • setNavigationBean

        public void setNavigationBean​(NavigationBean navigationBean)
      • setUserProfileBean

        public void setUserProfileBean​(UserProfileBean userProfileBean)
      • setApplicationEventBusBean

        public void setApplicationEventBusBean​(ApplicationEventBusBean applicationEventBusBean)
      • init

        @PostConstruct
        public void init()
      • destroy

        @PreDestroy
        public void destroy()
      • isChangePwd

        public boolean isChangePwd()
      • setChangePwd

        public void setChangePwd​(boolean changePwd)
      • clearPwd

        public void clearPwd()
      • checkPasswordStrength

        public void checkPasswordStrength()
      • getConfiguredPwdRules

        public String getConfiguredPwdRules()
      • getMinPwdLength

        public int getMinPwdLength()
      • setCurrentClient

        public void setCurrentClient​(Mandant currentClient)
        Parameters:
        currentClient - the current client to set
      • getLdapGroupsOfCurrentUser

        public List<LDAPGruppe> getLdapGroupsOfCurrentUser()
      • changeClient

        public void changeClient()
        Changes the Mandant within the Administration GUI; and redirects to the dashboard.
      • changeClient

        public void changeClient​(EViews redirectView)
        Changes the Mandant within the Administration GUI
        Parameters:
        redirectView - View to which the user is redirected after the client change. If null is given, redirect to the dashboard.
      • saveCurrentUser

        public void saveCurrentUser()