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