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.
|
Modifier and Type | Field and Description |
---|---|
static DirContextType |
DirContextType.READ_ONLY
The type of
DirContext returned by ContextSource.getReadOnlyContext() |
static DirContextType |
DirContextType.READ_WRITE
The type of
DirContext returned by ContextSource.getReadWriteContext() |
Constructor and Description |
---|
DelegatingContext(org.apache.commons.pool.KeyedObjectPool keyedObjectPool,
Context delegateContext,
DirContextType dirContextType)
Create a new delegating context for the specified pool, context and context type.
|
DelegatingDirContext(org.apache.commons.pool.KeyedObjectPool keyedObjectPool,
DirContext delegateDirContext,
DirContextType dirContextType)
Create a new delegating dir context for the specified pool, context and context type.
|
DelegatingLdapContext(org.apache.commons.pool.KeyedObjectPool keyedObjectPool,
LdapContext delegateLdapContext,
DirContextType dirContextType)
Create a new delegating ldap context for the specified pool, context and context type.
|
MutableDelegatingLdapContext(org.apache.commons.pool.KeyedObjectPool keyedObjectPool,
LdapContext delegateLdapContext,
DirContextType dirContextType)
Create a new mutable delegating ldap context for the specified pool,
context and context type.
|
Modifier and Type | Method and Description |
---|---|
protected DirContext |
MutablePoolingContextSource.getContext(DirContextType dirContextType) |
protected DirContext |
PoolingContextSource.getContext(DirContextType dirContextType)
Gets a DirContext of the specified type from the keyed object pool.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DirContextValidator.validateDirContext(DirContextType contextType,
DirContext dirContext)
Validates the
DirContext . |
boolean |
DefaultDirContextValidator.validateDirContext(DirContextType contextType,
DirContext dirContext) |
Copyright © 2005–2015 The Spring LDAP Framework. All rights reserved.