Modifier and Type | Field and Description |
---|---|
private ProviderConnection |
DefaultConnectionFactory.DefaultConnection.providerConnection
Provider connection.
|
Modifier and Type | Method and Description |
---|---|
ProviderConnection |
DefaultConnectionFactory.DefaultConnection.getProviderConnection()
Returns the provider specific connection.
|
ProviderConnection |
Connection.getProviderConnection()
Returns the provider connection to invoke the provider specific implementation.
|
Modifier and Type | Method and Description |
---|---|
ProviderConnection |
ProviderConnectionFactory.create()
Create a connection to an LDAP.
|
ProviderConnection |
AbstractProviderConnectionFactory.create() |
protected abstract ProviderConnection |
AbstractProviderConnectionFactory.createInternal(String url)
Create the provider connection and prepare the connection for use.
|
Modifier and Type | Class and Description |
---|---|
class |
ApacheLdapConnection
Apache LDAP provider implementation of ldap operations.
|
Modifier and Type | Class and Description |
---|---|
class |
JLdapConnection
JLDAP provider implementation of ldap operations.
|
class |
JLdapSSLConnection
JLDAP provider implementation of ldap operations over SSL.
|
class |
JLdapStartTLSConnection
JLDAP provider implementation of ldap operations over TLS.
|
Modifier and Type | Class and Description |
---|---|
class |
JndiConnection
JNDI provider implementation of ldap operations.
|
class |
JndiStartTLSConnection
JNDI provider implementation of ldap operations using startTLS.
|
Modifier and Type | Class and Description |
---|---|
class |
OpenDJConnection
OpenDJ provider implementation of ldap operations.
|
Modifier and Type | Class and Description |
---|---|
class |
UnboundIDConnection
Unbound ID provider implementation of ldap operations.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.