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.ldaptive
Fields in org.ldaptive declared as SslConfig Modifier and Type Field Description private SslConfig
ConnectionConfig. sslConfig
Configuration for SSL and startTLS connections.Methods in org.ldaptive that return SslConfig Modifier and Type Method Description SslConfig
ConnectionConfig. getSslConfig()
Returns the ssl config.Methods in org.ldaptive with parameters of type SslConfig Modifier and Type Method Description void
ConnectionConfig. setSslConfig(SslConfig config)
Sets the ssl config.ConnectionConfig.Builder
ConnectionConfig.Builder. sslConfig(SslConfig config)
-
Uses of SslConfig in org.ldaptive.props
Constructors 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.ssl
Fields in org.ldaptive.ssl declared as SslConfig Modifier and Type Field Description private SslConfig
SslConfig.Builder. object
Methods in org.ldaptive.ssl that return SslConfig Modifier and Type Method Description SslConfig
SslConfig.Builder. build()
static SslConfig
SslConfig. 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 SslConfig
SslConfig. copy(SslConfig config)
Returns a ssl config initialized with the supplied config.
-