Spring LDAP Framework

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

Packages that use LdapOperations
org.springframework.ldap.core Core package of the JNDI/LDAP support. 
org.springframework.ldap.core.simple Simplification layer over LdapTemplate for Java 5 and above. 
org.springframework.ldap.transaction.compensating LDAP specific implementations of the Compensating Transaction interfaces. 
 

Uses of LdapOperations in org.springframework.ldap.core
 

Classes in org.springframework.ldap.core that implement LdapOperations
 class LdapTemplate
          Executes core LDAP functionality and helps to avoid common errors, relieving the user of the burden of looking up contexts, looping through NamingEnumerations and closing contexts.
 

Uses of LdapOperations in org.springframework.ldap.core.simple
 

Methods in org.springframework.ldap.core.simple that return LdapOperations
 LdapOperations SimpleLdapTemplate.getLdapOperations()
           
 LdapOperations SimpleLdapOperations.getLdapOperations()
          Get the wrapped LdapOperations instance.
 

Constructors in org.springframework.ldap.core.simple with parameters of type LdapOperations
SimpleLdapTemplate(LdapOperations ldapOperations)
          Constructs a new SimpleLdapTemplate instance wrapping the supplied LdapOperations instance.
 

Uses of LdapOperations in org.springframework.ldap.transaction.compensating
 

Constructors in org.springframework.ldap.transaction.compensating with parameters of type LdapOperations
BindOperationExecutor(LdapOperations ldapOperations, Name dn, Object originalObject, Attributes originalAttributes)
          Constructor.
BindOperationRecorder(LdapOperations ldapOperations)
          Constructor.
ModifyAttributesOperationExecutor(LdapOperations ldapOperations, Name dn, ModificationItem[] actualModifications, ModificationItem[] compensatingModifications)
          Constructor.
ModifyAttributesOperationRecorder(LdapOperations ldapOperations)
           
RebindOperationExecutor(LdapOperations ldapOperations, Name originalDn, Name temporaryDn, Object originalObject, Attributes originalAttributes)
          Constructor.
RebindOperationRecorder(LdapOperations ldapOperations, TempEntryRenamingStrategy renamingStrategy)
          Constructor.
RenameOperationExecutor(LdapOperations ldapOperations, Name originalDn, Name newDn)
          Constructor.
RenameOperationRecorder(LdapOperations ldapOperations)
          Constructor.
UnbindOperationExecutor(LdapOperations ldapOperations, Name originalDn, Name temporaryDn)
          Constructor.
UnbindOperationRecorder(LdapOperations ldapOperations, TempEntryRenamingStrategy renamingStrategy)
          Constructor.
 


Spring LDAP Framework

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