public interface SslConfigOptions
You must implement this interface to use a secure connection to
your input or output MarkLogic Server instance, and then supply the
class as the value of the configuration property
input.usessloptionsclass
or
output.usessloptionsclass
.
For details, see the Hadoop MapReduce Connector Developer's
Guide. For an example, see ContentReader
.
MarkLogicConstants
,
ContentReader
Modifier and Type | Method and Description |
---|---|
String[] |
getEnabledCipherSuites() |
String[] |
getEnabledProtocols() |
SSLContext |
getSslContext() |
SSLContext getSslContext() throws NoSuchAlgorithmException, KeyManagementException
String[] getEnabledProtocols()
String[] getEnabledCipherSuites()
Copyright © 2020 MarkLogic
Corporation. All Rights Reserved.
Complete online documentation for MarkLogic Server,
XQuery and related components may be found at
developer.marklogic.com