Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getLdapAdminSecurityCredentials (0.56 sec)

  1. src/main/java/org/codelibs/fess/ldap/LdapManager.java

                    fessConfig.getLdapSecurityAuthentication(), fessConfig.getLdapProviderUrl(), //
                    fessConfig.getLdapAdminSecurityPrincipal(), //
                    fessConfig.getLdapAdminSecurityCredentials());
        }
    
        /**
         * Creates the search environment for LDAP connection.
         *
         * @param username The username.
         * @param password The password.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 82K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java

            setSystemProperty(Constants.LDAP_ADMIN_SECURITY_CREDENTIALS,
                    Constants.CIPHER_PREFIX + ComponentUtil.getPrimaryCipher().encrypt(value));
        }
    
        default String getLdapAdminSecurityCredentials() {
            final String value = getSystemProperty(Constants.LDAP_ADMIN_SECURITY_CREDENTIALS);
            if (StringUtil.isNotBlank(value) && value.startsWith(Constants.CIPHER_PREFIX)) {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 86.5K bytes
    - Viewed (0)
Back to top