| Package | Description |
|---|---|
| com.marklogic.client |
The package provides the core classes, interfaces and exceptions for working with the database.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
DatabaseClientFactory.SSLHostnameVerifier.Builtin
Builtin supports builtin implementations of SSLHostnameVerifier.
|
| Modifier and Type | Method and Description |
|---|---|
DatabaseClientFactory.SSLHostnameVerifier |
DatabaseClientFactory.SecurityContext.getSSLHostnameVerifier() |
DatabaseClientFactory.SSLHostnameVerifier |
DatabaseClientFactory.Bean.getVerifier()
Deprecated.
(as of 4.0.1) use SecurityContext.getSSLHostnameVerifier()
|
| Constructor and Description |
|---|
CertificateAuthContext(SSLContext context,
DatabaseClientFactory.SSLHostnameVerifier verifier)
Creates a CertificateAuthContext by initializing the SSLContext of the HTTPS channel with the SSLContext object passed and assigns the SSLHostnameVerifier passed to be used for checking host names.
|
Copyright © 2013-2017 MarkLogic Corporation.