- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getLdapSecurityAuthentication (0.62 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: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 82K 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: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 86.5K bytes - Viewed (0)