Modifier and Type | Class and Description |
---|---|
class |
LdapPoolEmptyStrategy
Ldap pool strategy that does no pooling.
|
class |
LdapPoolVTStrategy
Ldap pool strategy backed by the vt-ldap library.
|
Modifier and Type | Method and Description |
---|---|
LdapPoolStrategy |
LdapDataConnector.getLdapPool()
This returns the ldap pool strategy this connector is using.
|
Constructor and Description |
---|
LdapDataConnector(LdapPoolStrategy pool,
net.sf.ehcache.Cache cache)
This creates a new LDAP data connector with the supplied properties.
|
Modifier and Type | Method and Description |
---|---|
LdapPoolStrategy |
LdapDataConnectorFactoryBean.getPoolStrategy()
Gets the ldap pool strategy.
|
Modifier and Type | Method and Description |
---|---|
void |
LdapDataConnectorFactoryBean.setPoolStrategy(LdapPoolStrategy strategy)
Sets the ldap pool strategy.
|
Copyright © 1999–2014. All rights reserved.