Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 31 of 31 for removeAttribute (0.05 sec)

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

            final Attribute attr = new BasicAttribute(name, value);
            final ModificationItem mod = new ModificationItem(DirContext.REMOVE_ATTRIBUTE, attr);
            modifyList.add(mod);
        }
    
        /**
         * Modifies an entry.
         *
         * @param dn The DN of the entry.
         * @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)
Back to top