| Package | Description |
|---|---|
| com.marklogic.client |
The package provides the core classes, interfaces and exceptions for working with the database.
|
| Modifier and Type | Field and Description |
|---|---|
static DatabaseClientFactory.SSLHostnameVerifier.Builtin |
DatabaseClientFactory.SSLHostnameVerifier.ANY
The ANY SSLHostnameVerifier allows any hostname, which can be useful during initial development when a valid SSL certificate is not available but is not recommended for production because it would permit an invalid SSL certificate.
|
static DatabaseClientFactory.SSLHostnameVerifier.Builtin |
DatabaseClientFactory.SSLHostnameVerifier.COMMON
The COMMON SSLHostnameVerifier applies common rules for checking hostnames during SSL authentication (similar to org.apache.http.conn.ssl.BrowserCompatHostnameVerifier).
|
static DatabaseClientFactory.SSLHostnameVerifier.Builtin |
DatabaseClientFactory.SSLHostnameVerifier.STRICT
The STRICT SSLHostnameVerifier applies strict rules for checking hostnames during SSL authentication (similar to org.apache.http.conn.ssl.StrictHostnameVerifier).
|
Copyright © 2013-2017 MarkLogic Corporation.