- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for DN (0.01 sec)
-
src/main/java/org/codelibs/fess/ldap/LdapManager.java
modifyList.add(mod); } /** * Modifies an entry. * * @param dn The DN of the entry. * @param modifyList The list of modification items. * @param envSupplier The environment supplier. */ protected void modify(final String dn, final List<ModificationItem> modifyList, final Supplier<Hashtable<String, String>> envSupplier) { if (modifyList.isEmpty()) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 82K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/exception/LdapConfigurationExceptionTest.java
} } public void test_throwAndCatchAsFessSystemException() { // Test catching as parent exception type String errorMessage = "LDAP bind DN is invalid"; try { throw new LdapConfigurationException(errorMessage); } catch (FessSystemException e) { assertEquals(errorMessage, e.getMessage());
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 7.5K bytes - Viewed (0)