- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for addAttribute (0.04 sec)
-
src/main/java/org/codelibs/fess/ldap/LdapManager.java
final Attribute attr = new BasicAttribute(name, value); final ModificationItem mod = new ModificationItem(DirContext.ADD_ATTRIBUTE, attr); modifyList.add(mod); } /** * Modifies an entry by replacing an attribute. * * @param modifyList The list of modification items.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 82K bytes - Viewed (0)