Spring LDAP Framework

Uses of Package
org.springframework.ldap.core

Packages that use org.springframework.ldap.core
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.ldif.batch This package contains the classes required for using the LdifParser with the Spring Batch framework. 
org.springframework.ldap.ldif.parser This package contains the parser classes and interfaces. 
org.springframework.ldap.odm.core.impl Provides a single public class which implements OdmManager
org.springframework.ldap.pool Base classes for the pooling library. 
org.springframework.ldap.pool.factory Core classes for the pooling library. 
org.springframework.ldap.schema This package is aimed at providing a mechanism to implement LDAP schemas. 
org.springframework.ldap.test Utilities to simplify integration testing against LDAP targets. 
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.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.
AuthenticatedLdapEntryContextCallback
          Callback interface to be used in the authentication methods in LdapOperations for performing operations on individually authenticated contexts.
AuthenticationErrorCallback
          Callback interface to be used in the authentication methods in LdapOperations for performing operations when there are authentication errors.
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
          A ContextSource is responsible for configuring and creating DirContext instances.
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.
DnParserImplConstants
          Token literal values and constants.
DnParserImplTokenManager
          Token Manager.
LdapEntryIdentification
          Wrapper class to handle the full identification of an LDAP entry.
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.
ParseException
          This exception is thrown when parse errors are encountered.
SearchExecutor
          Interface for delegating an actual search operation.
SimpleCharStream
          An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
Token
          Describes the input token stream.
 

Classes in org.springframework.ldap.core used by org.springframework.ldap.core.simple
CollectingNameClassPairCallbackHandler
          A NameClassPairCallbackHandler to collect all results in an internal List.
ContextMapper
          An interface used by LdapTemplate to map LDAP Contexts to beans.
ContextMapperCallbackHandler
          A CollectingNameClassPairCallbackHandler to wrap a ContextMapper.
ContextSource
          A ContextSource is responsible for configuring and creating DirContext instances.
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.
NameClassPairCallbackHandler
          Callback interface used by LdapTemplate search, list and listBindings methods.
 

Classes in org.springframework.ldap.core used by org.springframework.ldap.core.support
AuthenticatedLdapEntryContextCallback
          Callback interface to be used in the authentication methods in LdapOperations for performing operations on individually authenticated contexts.
AuthenticationErrorCallback
          Callback interface to be used in the authentication methods in LdapOperations for performing operations when there are authentication errors.
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
          A ContextSource is responsible for configuring and creating DirContext instances.
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.
LdapEntryIdentification
          Wrapper class to handle the full identification of an LDAP entry.
NameClassPairCallbackHandler
          Callback interface used by LdapTemplate search, list and listBindings methods.
 

Classes in org.springframework.ldap.core used by org.springframework.ldap.ldif.batch
LdapAttributes
          Extends BasicAttributes to add specialized support for DNs.
 

Classes in org.springframework.ldap.core used by org.springframework.ldap.ldif.parser
LdapAttributes
          Extends BasicAttributes to add specialized support for DNs.
 

Classes in org.springframework.ldap.core used by org.springframework.ldap.odm.core.impl
ContextSource
          A ContextSource is responsible for configuring and creating DirContext instances.
 

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
          A ContextSource is responsible for configuring and creating DirContext instances.
 

Classes in org.springframework.ldap.core used by org.springframework.ldap.schema
LdapAttributes
          Extends BasicAttributes to add specialized support for DNs.
 

Classes in org.springframework.ldap.core used by org.springframework.ldap.test
AttributesMapper
          An interface used by LdapTemplate for mapping LDAP Attributes to beans.
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
          A ContextSource is responsible for configuring and creating DirContext instances.
DistinguishedName
          Default implementation of a Name corresponding to an LDAP path.
 

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
          A ContextSource is responsible for configuring and creating DirContext instances.
 


Spring LDAP Framework

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