|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MergeRequest | |
|---|---|
| org.ldaptive.ext | |
| Uses of MergeRequest in org.ldaptive.ext |
|---|
| Methods in org.ldaptive.ext with parameters of type MergeRequest | |
|---|---|
protected Response<Void> |
MergeOperation.add(MergeRequest request,
LdapEntry entry)
Executes an AddOperation for the supplied entry. |
protected Response<Void> |
MergeOperation.delete(MergeRequest request,
LdapEntry entry)
Executes a DeleteOperation for the supplied entry. |
protected Response<Void> |
MergeOperation.invoke(MergeRequest request)
Executes the ldap operation necessary to perform a merge. |
protected Response<Void> |
MergeOperation.modify(MergeRequest request,
LdapEntry source,
LdapEntry target)
Retrieves the attribute modifications from LdapEntry.computeModifications(LdapEntry, LdapEntry) and executes a ModifyOperation with those results. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||