|
spring-ldap-core | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LdapOperationsCallback<T>
Callback interface to be used together with SingleContextSource.
SingleContextSource.doWithSingleContext(org.springframework.ldap.core.ContextSource, LdapOperationsCallback),
SingleContextSource.doWithSingleContext(org.springframework.ldap.core.ContextSource, LdapOperationsCallback, boolean, boolean, boolean)| Method Summary | |
|---|---|
T |
doWithLdapOperations(LdapOperations operations)
Perform a sequence of LDAP operations on the supplied LdapOperations instance. |
| Method Detail |
|---|
T doWithLdapOperations(LdapOperations operations)
operations - the LdapOperations instance to perform operations on.
|
spring-ldap-core | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||