Uses of Class
com.couchbase.client.core.env.SecurityConfig
Packages that use SecurityConfig
-
Uses of SecurityConfig in com.couchbase.client.core.env
Methods in com.couchbase.client.core.env that return SecurityConfigModifier and TypeMethodDescriptionSecurityConfig.Builder.build()
Builds theSecurityConfig
out of this builder.static SecurityConfig
SecurityConfig.create()
Creates aSecurityConfig
with the default configuration.CoreEnvironment.securityConfig()
Returns the current security configuration (TLS etc.).Methods in com.couchbase.client.core.env with parameters of type SecurityConfigModifier and TypeMethodDescriptionstatic boolean
SecurityConfig.InternalMethods.userSpecifiedTrustSource
(SecurityConfig config) -
Uses of SecurityConfig in com.couchbase.client.core.io.netty
Methods in com.couchbase.client.core.io.netty with parameters of type SecurityConfigModifier 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)