Package | Description |
---|---|
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.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.
|
Class and Description |
---|
AuthenticationSource
An
AuthenticationSource is responsible for providing the
principal (user DN) and credentials to be used when creating a new context. |
Class and Description |
---|
DirContextProcessor
Interface to be called in search by
LdapTemplate before and after the
actual search and enumeration traversal. |
Class and Description |
---|
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.
|
Class and Description |
---|
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. |
Class and Description |
---|
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. |
Class and Description |
---|
LdapAttributes
Extends
BasicAttributes to add specialized support
for DNs. |
Class and Description |
---|
LdapAttributes
Extends
BasicAttributes to add specialized support
for DNs. |
Class and Description |
---|
ContextSource
A
ContextSource is responsible for configuring and creating
DirContext instances. |
Class and Description |
---|
DirContextProxy
Helper interface to be able to get hold of the target
DirContext
from proxies created by ContextSource proxies. |
Class and Description |
---|
ContextSource
A
ContextSource is responsible for configuring and creating
DirContext instances. |
Class and Description |
---|
LdapAttributes
Extends
BasicAttributes to add specialized support
for DNs. |
Class and Description |
---|
LdapOperations
Interface that specifies a basic set of LDAP operations.
|
Class and Description |
---|
ContextSource
A
ContextSource is responsible for configuring and creating
DirContext instances. |
Copyright © 2005–2015 The Spring LDAP Framework. All rights reserved.