Uses of Class
org.ldaptive.ssl.SslConfig
- 
Packages that use SslConfig Package Description org.ldaptive org.ldaptive.props org.ldaptive.ssl 
- 
- 
Uses of SslConfig in org.ldaptiveFields in org.ldaptive declared as SslConfig Modifier and Type Field Description private SslConfigConnectionConfig. sslConfigConfiguration for SSL and startTLS connections.Methods in org.ldaptive that return SslConfig Modifier and Type Method Description SslConfigConnectionConfig. getSslConfig()Returns the ssl config.Methods in org.ldaptive with parameters of type SslConfig Modifier and Type Method Description voidConnectionConfig. setSslConfig(SslConfig config)Sets the ssl config.ConnectionConfig.BuilderConnectionConfig.Builder. sslConfig(SslConfig config)
- 
Uses of SslConfig in org.ldaptive.propsConstructors in org.ldaptive.props with parameters of type SslConfig Constructor Description SslConfigPropertySource(SslConfig config)Creates a new ssl config property source using the default properties file.SslConfigPropertySource(SslConfig config, Reader... readers)Creates a new ssl config property source.SslConfigPropertySource(SslConfig config, String... paths)Creates a new ssl config property source.SslConfigPropertySource(SslConfig config, Properties props)Creates a new ssl config property source.SslConfigPropertySource(SslConfig config, PropertySource.PropertyDomain domain, Properties props)Creates a new ssl config property source.
- 
Uses of SslConfig in org.ldaptive.sslFields in org.ldaptive.ssl declared as SslConfig Modifier and Type Field Description private SslConfigSslConfig.Builder. objectMethods in org.ldaptive.ssl that return SslConfig Modifier and Type Method Description SslConfigSslConfig.Builder. build()static SslConfigSslConfig. copy(SslConfig config)Returns a ssl config initialized with the supplied config.Methods in org.ldaptive.ssl with parameters of type SslConfig Modifier and Type Method Description static SslConfigSslConfig. copy(SslConfig config)Returns a ssl config initialized with the supplied config.
 
-