Spring LDAP Framework

Uses of Class
org.springframework.ldap.pool.DirContextType

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(KeyedObjectPool keyedObjectPool, Context delegateContext, DirContextType dirContextType)
          Create a new delegating context for the specified pool, context and context type.
DelegatingDirContext(KeyedObjectPool keyedObjectPool, DirContext delegateDirContext, DirContextType dirContextType)
          Create a new delegating dir context for the specified pool, context and context type.
DelegatingLdapContext(KeyedObjectPool keyedObjectPool, LdapContext delegateLdapContext, DirContextType dirContextType)
          Create a new delegating ldap context for the specified pool, context and context type.
MutableDelegatingLdapContext(KeyedObjectPool keyedObjectPool, LdapContext delegateLdapContext, DirContextType dirContextType)
          Create a new mutable 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.
protected  DirContext MutablePoolingContextSource.getContext(DirContextType dirContextType)
           
 

Uses of DirContextType in org.springframework.ldap.pool.validation
 

Methods in org.springframework.ldap.pool.validation with parameters of type DirContextType
 boolean DirContextValidator.validateDirContext(DirContextType contextType, DirContext dirContext)
          Validates the DirContext.
 boolean DefaultDirContextValidator.validateDirContext(DirContextType contextType, DirContext dirContext)
           
 


Spring LDAP Framework

Copyright © 2005-2010 The Spring LDAP Framework. All Rights Reserved.