|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ldaptive.provider.opendj.OpenDJProvider
public class OpenDJProvider
OpenDJ provider implementation. Provides connection factories for clear, SSL, and TLS connections.
| Constructor Summary | |
|---|---|
OpenDJProvider()
|
|
| Method Summary | |
|---|---|
org.ldaptive.provider.ProviderConnectionFactory<OpenDJProviderConfig> |
getConnectionFactory(org.ldaptive.ConnectionConfig cc)
|
protected org.forgerock.opendj.ldap.LDAPOptions |
getDefaultLDAPOptions(org.ldaptive.ConnectionConfig cc)
Returns the default connection options for this provider. |
protected SSLContext |
getHostnameVerifierSSLContext(org.ldaptive.ConnectionConfig cc)
Returns an SSLContext configured with a default hostname verifier. |
OpenDJProviderConfig |
getProviderConfig()
|
OpenDJProvider |
newInstance()
|
void |
setProviderConfig(OpenDJProviderConfig pc)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OpenDJProvider()
| Method Detail |
|---|
public org.ldaptive.provider.ProviderConnectionFactory<OpenDJProviderConfig> getConnectionFactory(org.ldaptive.ConnectionConfig cc)
getConnectionFactory in interface org.ldaptive.provider.Provider<OpenDJProviderConfig>protected SSLContext getHostnameVerifierSSLContext(org.ldaptive.ConnectionConfig cc)
DefaultHostnameVerifier if no trust managers have been configured.
cc - connection configuration
protected org.forgerock.opendj.ldap.LDAPOptions getDefaultLDAPOptions(org.ldaptive.ConnectionConfig cc)
cc - to configure options with
public OpenDJProviderConfig getProviderConfig()
getProviderConfig in interface org.ldaptive.provider.Provider<OpenDJProviderConfig>public void setProviderConfig(OpenDJProviderConfig pc)
setProviderConfig in interface org.ldaptive.provider.Provider<OpenDJProviderConfig>public OpenDJProvider newInstance()
newInstance in interface org.ldaptive.provider.Provider<OpenDJProviderConfig>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||