Class DirContextSource
- java.lang.Object
-
- org.springframework.ldap.core.support.AbstractContextSource
-
- org.springframework.ldap.core.support.DirContextSource
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean,ContextSource,BaseLdapPathContextSource,BaseLdapPathSource
public class DirContextSource extends AbstractContextSource
ContextSource implementation which creates InitialDirContext instances, for LDAPv2 compatibility. For configuration information, seeAbstractContextSource.- See Also:
AbstractContextSource
-
-
Field Summary
-
Fields inherited from class org.springframework.ldap.core.support.AbstractContextSource
password, SUN_LDAP_POOLING_FLAG, userDn
-
-
Constructor Summary
Constructors Constructor Description DirContextSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected javax.naming.directory.DirContextgetDirContextInstance(java.util.Hashtable environment)Create a new InitialDirContext instance.-
Methods inherited from class org.springframework.ldap.core.support.AbstractContextSource
afterPropertiesSet, assembleProviderUrlString, createContext, getAnonymousEnv, getAuthenticatedEnv, getAuthenticationSource, getBaseLdapName, getBaseLdapPath, getBaseLdapPathAsString, getContext, getContextFactory, getDirObjectFactory, getPassword, getReadOnlyContext, getReadWriteContext, getUrls, getUserDn, isAnonymousReadOnly, isPooled, setAnonymousReadOnly, setAuthenticationSource, setAuthenticationStrategy, setBase, setBaseEnvironmentProperties, setCacheEnvironmentProperties, setContextFactory, setDirObjectFactory, setPassword, setPooled, setReferral, setupAuthenticatedEnvironment, setUrl, setUrls, setUserDn
-
-
-
-
Method Detail
-
getDirContextInstance
protected javax.naming.directory.DirContext getDirContextInstance(java.util.Hashtable environment) throws javax.naming.NamingExceptionCreate a new InitialDirContext instance.- Specified by:
getDirContextInstancein classAbstractContextSource- Parameters:
environment- the environment to use when creating the context.- Returns:
- a new InitialDirContext implementation.
- Throws:
javax.naming.NamingException- if one is encountered when creating the instance.
-
-