Uses of Class
org.ldaptive.ssl.SslConfig
Packages that use SslConfig
-
Uses of SslConfig in org.ldaptive
Fields in org.ldaptive declared as SslConfigModifier and TypeFieldDescriptionprivate SslConfig
ConnectionConfig.sslConfig
Configuration for SSL and startTLS connections.Methods in org.ldaptive that return SslConfigMethods in org.ldaptive with parameters of type SslConfigModifier and TypeMethodDescriptionvoid
ConnectionConfig.setSslConfig
(SslConfig config) Sets the ssl config. -
Uses of SslConfig in org.ldaptive.props
Constructors in org.ldaptive.props with parameters of type SslConfigModifierConstructorDescriptionSslConfigPropertySource
(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.ssl
Fields in org.ldaptive.ssl declared as SslConfigMethods in org.ldaptive.ssl that return SslConfigModifier and TypeMethodDescriptionSslConfig.Builder.build()
static SslConfig
Returns a ssl config initialized with the supplied config.Methods in org.ldaptive.ssl with parameters of type SslConfig