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 Result
MergeOperation. add(MergeRequest request, LdapEntry entry)
Executes anAddOperation
for the supplied entry.protected Result
MergeOperation. delete(MergeRequest request, LdapEntry entry)
Executes aDeleteOperation
for the supplied entry.Result
MergeOperation. execute(MergeRequest request)
Executes a merge request.protected Result
MergeOperation. modify(MergeRequest request, LdapEntry source, LdapEntry target)
Retrieves the attribute modifications fromLdapEntry.computeModifications(LdapEntry, LdapEntry)
and executes aModifyOperation
with those results.
-