Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for updateConfig (0.04 sec)

  1. src/main/java/org/codelibs/fess/helper/SystemHelper.java

            ComponentUtil.getRelatedContentHelper().update();
            ComponentUtil.getRelatedQueryHelper().update();
            ComponentUtil.getKeyMatchHelper().update();
    
            ComponentUtil.getLdapManager().updateConfig();
            if (resetJobs) {
                ComponentUtil.getJobManager().reboot();
            }
            updateSystemProperties();
    
            ComponentUtil.getRankFusionProcessor().update();
        }
    
        /**
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Aug 31 08:19:00 UTC 2025
    - 36.6K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/ldap/LdapManager.java

                    fessConfig.getLdapAdminSecurityPrincipal(), //
                    fessConfig.getLdapAdminSecurityCredentials());
        }
    
        /**
         * Updates the LDAP configuration.
         */
        public void updateConfig() {
            isBind = false;
        }
    
        /**
         * Validates the LDAP connection.
         *
         * @return True if the LDAP connection is valid, otherwise false.
         */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 82K bytes
    - Viewed (0)
Back to top