Class UserBean

    • Constructor Detail

      • UserBean

        public UserBean()
        Deprecated.
    • Method Detail

      • init

        @PostConstruct
        public void init()
        Deprecated.
      • destroy

        @PreDestroy
        public void destroy()
        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.
      • setPwdAssignType

        public void setPwdAssignType​(EPasswordAssignType pwdAssignType)
        Deprecated.
      • updateModel

        public void updateModel()
        Deprecated.
      • getRoleList

        public List<Rolle> getRoleList()
        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
      • 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.
      • 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
      • 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.