Modifier and Type | Field and Description |
---|---|
protected static Provider<?> |
DefaultConnectionFactory.DEFAULT_PROVIDER
Static reference to the default ldap provider.
|
private Provider<?> |
DefaultConnectionFactory.provider
Provider used by this factory.
|
Modifier and Type | Method and Description |
---|---|
static Provider<?> |
DefaultConnectionFactory.getDefaultProvider()
The
DefaultConnectionFactory.PROVIDER property is checked and that class is loaded if provided. |
Provider<?> |
DefaultConnectionFactory.getProvider()
Returns the ldap provider.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultConnectionFactory.setProvider(Provider<?> p)
Sets the ldap provider.
|
Constructor and Description |
---|
DefaultConnectionFactory(ConnectionConfig cc,
Provider<?> p)
Creates a new default connection factory.
|
Modifier and Type | Method and Description |
---|---|
Provider<T> |
Provider.newInstance()
Creates a new instance of this provider.
|
Modifier and Type | Class and Description |
---|---|
class |
ApacheLdapProvider
Exposes a connection factory for creating ldap connections with Apache LDAP.
|
Modifier and Type | Class and Description |
---|---|
class |
JLdapProvider
JLdap provider implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
JndiProvider
Exposes a connection factory for creating connections with JNDI.
|
Modifier and Type | Class and Description |
---|---|
class |
OpenDJProvider
OpenDJ provider implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
UnboundIDProvider
UnboundID provider implementation.
|
class |
UnboundIDSyncProvider
UnboundID provider implementation that uses synchronous options.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.