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