Package | Description |
---|---|
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.odm.core.impl |
Provides a single public class which implements
OdmManager . |
org.springframework.ldap.pool.factory |
Core classes for the pooling library.
|
org.springframework.ldap.transaction.compensating.manager |
The core implementation classes for client-side LDAP transactions.
|
Modifier and Type | Method and Description |
---|---|
ContextSource |
LdapTemplate.getContextSource()
Get the ContextSource.
|
Modifier and Type | Method and Description |
---|---|
void |
LdapTemplate.setContextSource(ContextSource contextSource)
Set the ContextSource.
|
Constructor and Description |
---|
LdapTemplate(ContextSource contextSource)
Constructor to setup instance directly.
|
Constructor and Description |
---|
SimpleLdapTemplate(ContextSource contextSource)
Constructs a new SimpleLdapTemplate instance, automatically creating a
wrapped LdapTemplate instance to work with.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BaseLdapPathContextSource
Interface to be implemented by
ContextSources that are capable
of providing the base LDAP path. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractContextSource
Abstract implementation of the
ContextSource interface. |
class |
DirContextSource
ContextSource implementation which creates InitialDirContext instances, for
LDAPv2 compatibility.
|
class |
LdapContextSource
ContextSource implementation which creates an
InitialLdapContext
instance. |
class |
SingleContextSource
A
ContextSource to be used as a decorator around a target ContextSource
to make sure the target is never actually closed. |
Modifier and Type | Method and Description |
---|---|
void |
OdmManagerImplFactoryBean.setContextSource(ContextSource contextSource)
Set the ContextSource to use to interact with the LDAP directory.
|
Constructor and Description |
---|
OdmManagerImpl(ConverterManager converterManager,
ContextSource contextSource) |
OdmManagerImpl(ConverterManager converterManager,
ContextSource contextSource,
Set<Class<?>> managedClasses) |
Modifier and Type | Class and Description |
---|---|
class |
MutablePoolingContextSource
A
PoolingContextSource subclass that creates
MutableDelegatingLdapContext instances. |
class |
PoolingContextSource
A
ContextSource implementation that wraps an object pool and another
ContextSource . |
Modifier and Type | Method and Description |
---|---|
ContextSource |
PoolingContextSource.getContextSource() |
Modifier and Type | Method and Description |
---|---|
void |
PoolingContextSource.setContextSource(ContextSource contextSource) |
Modifier and Type | Class and Description |
---|---|
class |
TransactionAwareContextSourceProxy
A proxy for ContextSource to make sure that the returned DirContext objects
are aware of the surrounding transactions.
|
Modifier and Type | Method and Description |
---|---|
ContextSource |
ContextSourceTransactionManager.getContextSource()
Get the ContextSource.
|
ContextSource |
ContextSourceAndDataSourceTransactionManager.getContextSource() |
ContextSource |
ContextSourceTransactionManagerDelegate.getContextSource() |
ContextSource |
TransactionAwareContextSourceProxy.getTarget()
Get the target ContextSource.
|
Modifier and Type | Method and Description |
---|---|
void |
ContextSourceTransactionManager.setContextSource(ContextSource contextSource)
Set the ContextSource.
|
void |
ContextSourceAndDataSourceTransactionManager.setContextSource(ContextSource contextSource) |
void |
ContextSourceTransactionManagerDelegate.setContextSource(ContextSource contextSource)
Set the ContextSource to work on.
|
Constructor and Description |
---|
TransactionAwareContextSourceProxy(ContextSource target)
Constructor.
|
TransactionAwareDirContextInvocationHandler(DirContext target,
ContextSource contextSource)
Constructor.
|
Copyright © 2005–2015 The Spring LDAP Framework. All rights reserved.