| Package | Description |
|---|---|
| org.ldaptive | |
| org.ldaptive.props | |
| org.ldaptive.provider.jndi | |
| org.ldaptive.ssl |
| Modifier and Type | Field and Description |
|---|---|
private SslConfig |
ConnectionConfig.sslConfig
Configuration for SSL and startTLS connections.
|
| Modifier and Type | Method and Description |
|---|---|
SslConfig |
ConnectionConfig.getSslConfig()
Returns the ssl config.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionConfig.setSslConfig(SslConfig config)
Sets the ssl config.
|
| Constructor and Description |
|---|
SslConfigPropertySource(SslConfig config)
Creates a new ssl config property source using the default properties file.
|
SslConfigPropertySource(SslConfig config,
java.util.Properties props)
Creates a new ssl config property source.
|
SslConfigPropertySource(SslConfig config,
PropertySource.PropertyDomain domain,
java.util.Properties props)
Creates a new sssl config property source.
|
SslConfigPropertySource(SslConfig config,
java.io.Reader... readers)
Creates a new ssl config property source.
|
SslConfigPropertySource(SslConfig config,
java.lang.String... paths)
Creates a new ssl config property source.
|
| Modifier and Type | Field and Description |
|---|---|
private SslConfig |
JndiConnectionFactory.threadLocalSslConfig
Thread local SslConfig, if one exists.
|
| Modifier and Type | Field and Description |
|---|---|
private SslConfig |
AbstractTLSSocketFactory.sslConfig
SSL configuration options.
|
| Modifier and Type | Method and Description |
|---|---|
SslConfig |
AbstractTLSSocketFactory.getSslConfig()
Returns the SSL configuration used by this socket factory.
|
SslConfig |
ThreadLocalTLSSocketFactory.getSslConfig() |
static SslConfig |
SslConfig.newSslConfig(SslConfig config)
Returns a ssl config initialized with the supplied config.
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
TLSSocketFactory.addHostnameVerifyingTrustManager(SslConfig config,
java.lang.String[] names)
Adds a
HostnameVerifyingTrustManager to the supplied config if no trust managers have been configured. |
static javax.net.ssl.SSLSocketFactory |
ThreadLocalTLSSocketFactory.getHostnameVerifierFactory(SslConfig config,
java.lang.String[] names)
Returns an instance of this socket factory configured with a hostname verifying trust manager.
|
static javax.net.ssl.SSLSocketFactory |
TLSSocketFactory.getHostnameVerifierFactory(SslConfig config,
java.lang.String[] names)
Returns an instance of this socket factory configured with a hostname verifying trust manager.
|
static SslConfig |
SslConfig.newSslConfig(SslConfig config)
Returns a ssl config initialized with the supplied config.
|
void |
AbstractTLSSocketFactory.setSslConfig(SslConfig config)
Sets the SSL configuration used by this socket factory.
|
void |
ThreadLocalTLSSocketFactory.setSslConfig(SslConfig config) |