Uses of Package
org.springframework.ldap.core

Packages that use org.springframework.ldap.core
org.springframework.ldap Base package of Spring LDAP, containing an unchecked mirror of the JNDI NamingException hierarchy. 
org.springframework.ldap.authentication Support classes for custom authentication. 
org.springframework.ldap.control Support classes for custom request control context processors. 
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.core.support Support classes the core Spring LDAP package. 
org.springframework.ldap.pool Base classes for the pooling library. 
org.springframework.ldap.pool.factory Core classes for the pooling library. 
org.springframework.ldap.samples.article.dao   
org.springframework.ldap.samples.person.dao   
org.springframework.ldap.transaction.compensating LDAP specific implementations of the Compensating Transaction interfaces. 
org.springframework.ldap.transaction.compensating.manager The core implementation classes for client-side LDAP transactions. 
 

Classes in org.springframework.ldap.core used by org.springframework.ldap
ContextSource
          Interface used by LdapTemplate to create LDAP contexts.
 

Classes in org.springframework.ldap.core used by org.springframework.ldap.authentication
AuthenticationSource
          An AuthenticationSource is responsible for providing the principal (user DN) and credentials to be used when creating a new context.
 

Classes in org.springframework.ldap.core used by org.springframework.ldap.control
DirContextProcessor
          Interface to be called in search by LdapTemplate before and after the actual search and enumeration traversal.
 

Classes in org.springframework.ldap.core used by org.springframework.ldap.core
AttributeModificationsAware
          Indicates that the implementing class is capable of keeping track of any attribute modifications and return them as ModificationItems.
AttributesMapper
          An interface used by LdapTemplate for mapping LDAP Attributes to beans.
CollectingNameClassPairCallbackHandler
          A NameClassPairCallbackHandler to collect all results in an internal List.
ContextExecutor
          Interface for delegating an actual operation to be performed on a DirContext.
ContextMapper
          An interface used by LdapTemplate to map LDAP Contexts to beans.
ContextSource
          Interface used by LdapTemplate to create LDAP contexts.
DirContextAdapter
          Adapter that implements the interesting methods of the DirContext interface.
DirContextOperations
          Interface for DirContextAdapter.
DirContextProcessor
          Interface to be called in search by LdapTemplate before and after the actual search and enumeration traversal.
DistinguishedName
          Default implementation of a Name corresponding to an LDAP path.
DnParser
          A parser for RFC2253-compliant Distinguished Names.
LdapOperations
          Interface that specifies a basic set of LDAP operations.
LdapRdn
          Datatype for a LDAP name, a part of a path.
LdapRdnComponent
          Represents part of an LdapRdn.
NameClassPairCallbackHandler
          Callback interface used by LdapTemplate search, list and listBindings methods.
NameClassPairMapper
          Responsible for mapping NameClassPair objects to beans.
SearchExecutor
          Interface for delegating an actual search operation.
 

Classes in org.springframework.ldap.core used by org.springframework.ldap.core.simple
ContextMapper
          An interface used by LdapTemplate to map LDAP Contexts to beans.
ContextSource
          Interface used by LdapTemplate to create LDAP contexts.
DirContextOperations
          Interface for DirContextAdapter.
DirContextProcessor
          Interface to be called in search by LdapTemplate before and after the actual search and enumeration traversal.
LdapOperations
          Interface that specifies a basic set of LDAP operations.
 

Classes in org.springframework.ldap.core used by org.springframework.ldap.core.support
AuthenticationSource
          An AuthenticationSource is responsible for providing the principal (user DN) and credentials to be used when creating a new context.
ContextMapper
          An interface used by LdapTemplate to map LDAP Contexts to beans.
ContextSource
          Interface used by LdapTemplate to create LDAP contexts.
DirContextOperations
          Interface for DirContextAdapter.
DirContextProcessor
          Interface to be called in search by LdapTemplate before and after the actual search and enumeration traversal.
DistinguishedName
          Default implementation of a Name corresponding to an LDAP path.
NameClassPairCallbackHandler
          Callback interface used by LdapTemplate search, list and listBindings methods.
 

Classes in org.springframework.ldap.core used by org.springframework.ldap.pool
DirContextProxy
          Helper interface to be able to get hold of the target DirContext from proxies created by ContextSource proxies.
 

Classes in org.springframework.ldap.core used by org.springframework.ldap.pool.factory
ContextSource
          Interface used by LdapTemplate to create LDAP contexts.
 

Classes in org.springframework.ldap.core used by org.springframework.ldap.samples.article.dao
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.
 

Classes in org.springframework.ldap.core used by org.springframework.ldap.samples.person.dao
ContextMapper
          An interface used by LdapTemplate to map LDAP Contexts to beans.
LdapOperations
          Interface that specifies a basic set of LDAP operations.
 

Classes in org.springframework.ldap.core used by org.springframework.ldap.transaction.compensating
LdapOperations
          Interface that specifies a basic set of LDAP operations.
 

Classes in org.springframework.ldap.core used by org.springframework.ldap.transaction.compensating.manager
ContextSource
          Interface used by LdapTemplate to create LDAP contexts.
 



Copyright © 2006-2011 Spring Framework. All Rights Reserved.