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,
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 | 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 |
ThreadLocalTLSSocketFactory.getSslConfig() |
SslConfig |
AbstractTLSSocketFactory.getSslConfig()
Returns the SSL configuration used by this socket factory.
|
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)
Deprecated.
HostnameVerifierConfig should be used for hostname verification |
static SSLSocketFactory |
ThreadLocalTLSSocketFactory.getHostnameVerifierFactory(SslConfig config,
String[] names)
Returns an instance of this socket factory configured with a hostname verifying trust manager.
|
static SSLSocketFactory |
TLSSocketFactory.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 |
ThreadLocalTLSSocketFactory.setSslConfig(SslConfig config) |
void |
AbstractTLSSocketFactory.setSslConfig(SslConfig config)
Sets the SSL configuration used by this socket factory.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.