Uses of Class
com.couchbase.client.core.env.SecurityConfig
-
Uses of SecurityConfig in com.couchbase.client.core.env
Modifier and TypeMethodDescriptionSecurityConfig.Builder.build()
Builds theSecurityConfig
out of this builder.static SecurityConfig
SecurityConfig.create()
Deprecated.CoreEnvironment.securityConfig()
Returns the current security configuration (TLS etc.).Modifier and TypeMethodDescriptionstatic boolean
SecurityConfig.InternalMethods.userSpecifiedTrustSource
(SecurityConfig config) -
Uses of SecurityConfig in com.couchbase.client.core.io.netty
Modifier and TypeMethodDescriptionstatic com.couchbase.client.core.deps.io.netty.handler.ssl.SslHandler
SslHandlerFactory.get
(com.couchbase.client.core.deps.io.netty.buffer.ByteBufAllocator allocator, SecurityConfig config, EndpointContext endpointContext)
CoreEnvironment.Builder.securityConfig(Consumer)
and configure the builder passed to the consumer.