Package | Description |
---|---|
org.ldaptive | |
org.ldaptive.props | |
org.ldaptive.ssl |
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,
Properties props)
Creates a new ssl config property source.
|
SslConfigPropertySource(SslConfig config,
PropertySource.PropertyDomain domain,
Properties props)
Creates a new sssl config property source.
|
SslConfigPropertySource(SslConfig config,
Reader... readers)
Creates a new ssl config property source.
|
SslConfigPropertySource(SslConfig config,
String... paths)
Creates a new ssl config property source.
|
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,
String[] names)
Adds a
HostnameVerifyingTrustManager to the supplied config if no trust managers have been configured. |
static SSLSocketFactory |
TLSSocketFactory.getHostnameVerifierFactory(SslConfig config,
String[] names)
Returns an instance of this socket factory configured with a hostname verifying trust manager.
|
static SSLSocketFactory |
ThreadLocalTLSSocketFactory.getHostnameVerifierFactory(SslConfig config,
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) |
Copyright © 2017. All rights reserved.