Package | Description |
---|---|
org.ldaptive | |
org.ldaptive.provider | |
org.ldaptive.provider.jndi |
Modifier and Type | Field and Description |
---|---|
protected static Provider<?> |
DefaultConnectionFactory.DEFAULT_PROVIDER
Static reference to the default ldap provider.
|
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 |
JndiProvider
Exposes a connection factory for creating connections with JNDI.
|
Copyright © 2022. All rights reserved.