Spring LDAP Framework

Uses of Interface
org.springframework.ldap.core.ContextExecutor

Packages that use ContextExecutor
org.springframework.ldap.core Core package of the JNDI/LDAP support. 
 

Uses of ContextExecutor in org.springframework.ldap.core
 

Methods in org.springframework.ldap.core with parameters of type ContextExecutor
 Object LdapTemplate.executeReadOnly(ContextExecutor ce)
           
 Object LdapOperations.executeReadOnly(ContextExecutor ce)
          Perform an operation (or series of operations) on a read-only context.
 Object LdapTemplate.executeReadWrite(ContextExecutor ce)
           
 Object LdapOperations.executeReadWrite(ContextExecutor ce)
          Perform an operation (or series of operations) on a read-write context.
 


Spring LDAP Framework

Copyright © 2005-2010 The Spring LDAP Framework. All Rights Reserved.