Package | Description |
---|---|
org.ldaptive.ext |
Modifier and Type | Method and Description |
---|---|
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. |
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.