|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.ldap.support.AbstractContextSource
org.springframework.ldap.support.DirContextSource
public class DirContextSource
ContextSource implementation which creates InitialDirContext instances, for
LDAPv2 compatibility. For configuration information, see
AbstractContextSource.
AbstractContextSource| Field Summary |
|---|
| Fields inherited from class org.springframework.ldap.support.AbstractContextSource |
|---|
password, SUN_LDAP_POOLING_FLAG, userName |
| Constructor Summary | |
|---|---|
DirContextSource()
|
|
| Method Summary | |
|---|---|
protected javax.naming.directory.DirContext |
getDirContextInstance(java.util.Hashtable environment)
Create a new InitialDirContext instance. |
| Methods inherited from class org.springframework.ldap.support.AbstractContextSource |
|---|
afterPropertiesSet, assembleProviderUrlString, getAnonymousEnv, getAuthenticatedEnv, getExceptionTranslator, getReadOnlyContext, getReadWriteContext, getUrls, setAnonymousReadOnly, setAuthenticationSource, setBase, setBaseEnvironmentProperties, setCacheEnvironmentProperties, setContextFactory, setDirObjectFactory, setExceptionTranslator, setPassword, setPooled, setupAuthenticatedEnvironment, setUrl, setUrls, setUserName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DirContextSource()
| Method Detail |
|---|
protected javax.naming.directory.DirContext getDirContextInstance(java.util.Hashtable environment)
throws javax.naming.NamingException
getDirContextInstance in class AbstractContextSourceenvironment - the environment to use when creating the context.
javax.naming.NamingException - if one is encountered when creating the instance.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||