|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DirContextType | |
|---|---|
| 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. |
| Uses of DirContextType in org.springframework.ldap.pool |
|---|
| Fields in org.springframework.ldap.pool declared as DirContextType | |
|---|---|
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() |
| Constructors in org.springframework.ldap.pool with parameters of type DirContextType | |
|---|---|
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. |
|
| Uses of DirContextType in org.springframework.ldap.pool.factory |
|---|
| Methods in org.springframework.ldap.pool.factory with parameters of type DirContextType | |
|---|---|
protected DirContext |
PoolingContextSource.getContext(DirContextType dirContextType)
Gets a DirContext of the specified type from the keyed object pool. |
| Uses of DirContextType in org.springframework.ldap.pool.validation |
|---|
| Methods in org.springframework.ldap.pool.validation with parameters of type DirContextType | |
|---|---|
boolean |
DefaultDirContextValidator.validateDirContext(DirContextType contextType,
DirContext dirContext)
|
boolean |
DirContextValidator.validateDirContext(DirContextType contextType,
DirContext dirContext)
Validates the DirContext. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||