|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SslConfig | |
|---|---|
| org.ldaptive | |
| org.ldaptive.props | |
| org.ldaptive.ssl | |
| Uses of SslConfig in org.ldaptive |
|---|
| Methods in org.ldaptive that return SslConfig | |
|---|---|
SslConfig |
ConnectionConfig.getSslConfig()
Returns the ssl config. |
| Methods in org.ldaptive with parameters of type SslConfig | |
|---|---|
void |
ConnectionConfig.setSslConfig(SslConfig config)
Sets the ssl config. |
| Uses of SslConfig in org.ldaptive.props |
|---|
| Constructors in org.ldaptive.props with parameters of type SslConfig | |
|---|---|
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. |
|
| Uses of SslConfig in org.ldaptive.ssl |
|---|
| Methods in org.ldaptive.ssl that return SslConfig | |
|---|---|
SslConfig |
ThreadLocalTLSSocketFactory.getSslConfig()
Returns the SSL configuration used by this socket factory. |
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. |
| Methods in org.ldaptive.ssl with parameters of type SslConfig | |
|---|---|
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 |
ThreadLocalTLSSocketFactory.setSslConfig(SslConfig config)
Sets the SSL configuration used by this socket factory. |
void |
AbstractTLSSocketFactory.setSslConfig(SslConfig config)
Sets the SSL configuration used by this socket factory. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||