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 SecurityConfigSecurityConfig.Builder. build()Builds theSecurityConfigout of this builder.static SecurityConfigSecurityConfig. create()Creates aSecurityConfigwith the default configuration.SecurityConfigCoreEnvironment. 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 booleanSecurityConfig.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.SslHandlerSslHandlerFactory. get(com.couchbase.client.core.deps.io.netty.buffer.ByteBufAllocator allocator, SecurityConfig config, EndpointContext endpointContext)
-