| Package | Description |
|---|---|
| com.couchbase.client.core.env | |
| com.couchbase.client.core.io.netty |
| Modifier and Type | Method and Description |
|---|---|
SecurityConfig |
SecurityConfig.Builder.build()
Builds the
SecurityConfig out of this builder. |
static SecurityConfig |
SecurityConfig.create()
Deprecated.
Instead, please use
CoreEnvironment.Builder.securityConfig(Consumer)
and configure the builder passed to the consumer.
Note: CoreEnvironment is a base class; you'll
probably call that method via a subclass named
ClusterEnvironment. |
SecurityConfig |
CoreEnvironment.securityConfig()
Returns the current security configuration (TLS etc.).
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
SecurityConfig.InternalMethods.userSpecifiedTrustSource(SecurityConfig config) |
| Modifier and Type | Method and 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) |
Copyright © 2024 Couchbase, Inc.. All rights reserved.