Uses of Class
com.couchbase.columnar.client.java.SecurityOptions
Packages that use SecurityOptions
-
Uses of SecurityOptions in com.couchbase.columnar.client.java
Methods in com.couchbase.columnar.client.java that return SecurityOptionsModifier and TypeMethodDescriptionSecurityOptions.cipherSuites(List<String> cipherSuites) SecurityOptions.disableServerCertificateVerification(boolean disable) Deprecated.Not really deprecated, but disabling verification is almost always a bad idea.SecurityOptions.trustOnlyCapella()Clears any existing trust settings, and tells the SDK to trust only the Capella CA certificates bundled with this SDK.SecurityOptions.trustOnlyCertificates(List<X509Certificate> certificates) Clears any existing trust settings, and tells the SDK to trust only the specified certificates.SecurityOptions.trustOnlyFactory(TrustManagerFactory factory) Clears any existing trust settings, and tells the SDK to use the specified factory to verify server certificates.SecurityOptions.trustOnlyJvm()Clears any existing trust settings, and tells the SDK to trust only the certificates trusted by the Java runtime environment.SecurityOptions.trustOnlyPemFile(Path pemFile) Clears any existing trust settings, and tells the SDK to trust only the certificates in the specified PEM file.SecurityOptions.trustOnlyPemString(String pemEncodedCertificates) Clears any existing trust settings, and tells the SDK to trust only the PEM-encoded certificates contained in the given string.Method parameters in com.couchbase.columnar.client.java with type arguments of type SecurityOptionsModifier and TypeMethodDescriptionClusterOptions.security(Consumer<SecurityOptions> optionsCustomizer)