| Package | Description |
|---|---|
| org.springframework.ldap.pool |
Base classes for the pooling library.
|
| org.springframework.ldap.pool.factory |
Core classes for the pooling library.
|
| org.springframework.ldap.pool.validation |
Connection validation support for the pooling library.
|
| Class and Description |
|---|
| DelegatingContext
Used by
PoolingContextSource to wrap a Context, delegating most methods
to the underlying context, retains a reference to the pool the context was checked out
from and returns itself to the pool when DelegatingContext.close() is called. |
| DelegatingDirContext
Used by
PoolingContextSource to wrap a DirContext, delegating most methods
to the underlying context. |
| DelegatingLdapContext
Used by
PoolingContextSource to wrap a LdapContext, delegating most methods
to the underlying context. |
| DirContextType
An enum representing the two types of
DirContexts that can be returned by a
ContextSource. |
| Class and Description |
|---|
| DirContextType
An enum representing the two types of
DirContexts that can be returned by a
ContextSource. |
| Class and Description |
|---|
| DirContextType
An enum representing the two types of
DirContexts that can be returned by a
ContextSource. |
Copyright © 2005–2021 The Spring LDAP Framework. All rights reserved.