public interface LdapOperationsCallback<T>
SingleContextSource.SingleContextSource.doWithSingleContext(org.springframework.ldap.core.ContextSource, LdapOperationsCallback),
SingleContextSource.doWithSingleContext(org.springframework.ldap.core.ContextSource, LdapOperationsCallback, boolean, boolean, boolean)| Modifier and Type | Method and Description |
|---|---|
T |
doWithLdapOperations(LdapOperations operations)
Perform a sequence of LDAP operations on the supplied LdapOperations instance.
|
T doWithLdapOperations(LdapOperations operations)
operations - the LdapOperations instance to perform operations on.