| Modifier and Type | Class and Description |
|---|---|
class |
PoolingLdapConnectionManager
Allocates connected, constrained, bound and optionally secure
LDAPConnections. |
class |
SimpleLdapConnectionManager
Allocates connected, constrained, and optionally
bound and secure
LDAPConnections |
| Modifier and Type | Method and Description |
|---|---|
LdapConnectionManager |
PooledLDAPConnectionFactory.getConnectionManager()
Gives the LdapConnectionMananger that the Factory is using
to configure its PooledLDAPConnections.
|
LdapConnectionManager |
PooledLDAPConnection.getConnectionManager() |
LdapConnectionManager |
JLDAPDirectoryProvider.getLdapConnectionManager()
Access the currently assigned
LdapConnectionManager delegate. |
protected LdapConnectionManager |
JLDAPDirectoryProvider.newDefaultLdapConnectionManager()
Factory method for default
LdapConnectionManager instances. |
| Modifier and Type | Method and Description |
|---|---|
void |
PooledLDAPConnectionFactory.setConnectionManager(LdapConnectionManager connectionManager)
Sets the LdapConnectionManager that the Factory will use
to configure and manage its PooledLDAPConnections.
|
void |
PooledLDAPConnection.setConnectionManager(LdapConnectionManager connectionManager) |
void |
JLDAPDirectoryProvider.setLdapConnectionManager(LdapConnectionManager ldapConnectionManager)
Assign the
LdapConnectionManager delegate. |
Copyright © 2003–2022 Sakai Project. All rights reserved.