Uses of Class
org.ldaptive.ext.MergeRequest
Packages that use MergeRequest
-
Uses of MergeRequest in org.ldaptive.ext
Methods in org.ldaptive.ext with parameters of type MergeRequestModifier and TypeMethodDescriptionprotected ResultMergeOperation.add(Connection conn, MergeRequest request, LdapEntry entry) Executes anAddOperationfor the supplied entry.protected ResultMergeOperation.delete(Connection conn, MergeRequest request, LdapEntry entry) Executes aDeleteOperationfor the supplied entry.MergeOperation.execute(MergeRequest request) Executes a merge request.protected ResultMergeOperation.modify(Connection conn, MergeRequest request, LdapEntry source, LdapEntry target) Retrieves the attribute modifications fromLdapEntry.computeModifications(LdapEntry, LdapEntry)and executes aModifyOperationwith those results.