- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getLdapSecurityAuthentication (2.33 sec)
-
src/main/java/org/codelibs/fess/ldap/LdapManager.java
*/ protected Hashtable<String, String> createAdminEnv() { return createEnvironment(// fessConfig.getLdapInitialContextFactory(), // fessConfig.getLdapSecurityAuthentication(), fessConfig.getLdapProviderUrl(), // fessConfig.getLdapAdminSecurityPrincipal(), // fessConfig.getLdapAdminSecurityCredentials()); } /**Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 86.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java
} default void setLdapSecurityAuthentication(final String value) { setSystemProperty(Constants.LDAP_SECURITY_AUTHENTICATION, value); } default String getLdapSecurityAuthentication() { return getSystemProperty(Constants.LDAP_SECURITY_AUTHENTICATION, "simple"); } default void setLdapProviderUrl(final String value) {Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 88.2K bytes - Viewed (0)