MarkLogic Connector for Hadoop 1.1-3

com.marklogic.mapreduce
Interface SslConfigOptions


public interface SslConfigOptions

Interface used to get options for SSL connection.

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.

See Also:
MarkLogicConstants, ContentReader

Method Summary
 String[] getEnabledCipherSuites()
           
 String[] getEnabledProtocols()
           
 SSLContext getSslContext()
           
 

Method Detail

getSslContext

SSLContext getSslContext()

getEnabledProtocols

String[] getEnabledProtocols()

getEnabledCipherSuites

String[] getEnabledCipherSuites()

MarkLogic Connector for Hadoop 1.1-3

Copyright © 2013 MarkLogic Corporation. All Rights Reserved.

Complete online documentation for MarkLogic Server, XQuery and related components may be found at developer.marklogic.com