|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Interface Summary | |
|---|---|
| BaseLdapPathAware | Interface to be implemented by classes that want to have access to the base
context used in the active ContextSource. |
| BaseLdapPathContextSource | Interface to be implemented by ContextSources that are capable
of providing the base LDAP path. |
| BaseLdapPathSource | Implementations of this interface are capable of providing a base LDAP path. |
| DirContextAuthenticationStrategy | A strategy to use when authenticating LDAP connections on creation. |
| Class Summary | |
|---|---|
| AbstractContextMapper | Abstract superclass that may be used instead of implementing
ContextMapper directly. |
| AbstractContextSource | Abstract implementation of the ContextSource interface. |
| AbstractTlsDirContextAuthenticationStrategy | Abstract superclass for DirContextAuthenticationStrategy
implementations that apply TLS security to the connections. |
| AggregateDirContextProcessor | Manages a sequence of DirContextProcessor instances. |
| BaseLdapPathBeanPostProcessor | This BeanPostProcessor checks each bean if it implements
BaseLdapPathAware. |
| CountNameClassPairCallbackHandler | A NameClassPairCallbackHandler for counting all returned entries. |
| DefaultDirObjectFactory | Default implementation of the DirObjectFactory interface. |
| DefaultTlsDirContextAuthenticationStrategy | Default implementation of TLS authentication. |
| DirContextSource | ContextSource implementation which creates InitialDirContext instances, for LDAPv2 compatibility. |
| ExternalTlsDirContextAuthenticationStrategy | DirContextAuthenticationStrategy for using TLS and external (SASL)
authentication. |
| LdapContextSource | ContextSource implementation which creates an InitialLdapContext
instance. |
| SimpleDirContextAuthenticationStrategy | The default DirContextAuthenticationStrategy implementation, setting
the DirContext environment up for 'SIMPLE' authentication, and
specifying the user DN and password as SECURITY_PRINCIPAL and
SECURITY_CREDENTIALS respectively in the authenticated environment before the
context is created. |
| SingleContextSource | A ContextSource to be used as a decorator around a target ContextSource
to make sure the target is never actually closed. |
| SingleContextSource.NonClosingDirContextInvocationHandler | A proxy for DirContext forwarding all operation to the target DirContext,
but making sure that no close operations will be performed. |
Support classes the core Spring LDAP package.
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||