OmniSciDB
1dac507f6e
|
Classes | |
enum | TransportType |
Public Member Functions | |
SockTransportProperties (boolean load_trust) throws Exception | |
SockTransportProperties (String truststore_name, String truststore_passwd) throws Exception | |
TTransport | openHttpsClientTransport (String server_host, int port) throws Exception |
TTransport | openHttpClientTransport (String server_host, int port) throws org.apache.thrift.TException |
TServerTransport | openServerTransport (int port) throws org.apache.thrift.TException |
TServerTransport | openServerTransportEncrypted (int port) throws org.apache.thrift.TException |
TTransport | openClientTransport (String server_host, int port) throws org.apache.thrift.TException |
TTransport | openClientTransportEncrypted (String server_host, int port) throws org.apache.thrift.TException |
Static Public Member Functions | |
static SockTransportProperties | getUnencryptedClient () throws Exception |
static SockTransportProperties | getEncryptedClientPermisive () throws Exception |
static SockTransportProperties | getEncryptedClientDefaultTrustStore () throws Exception |
static SockTransportProperties | getEncryptedClientSpecifiedTrustStore (String trustStoreName, String trustStorePassword) throws Exception |
static SockTransportProperties | getEncryptedServer (String keyStoreName, String keyStorePassword) throws Exception |
static SockTransportProperties | getUnecryptedServer () throws Exception |
Static Package Attributes | |
static final org.slf4j.Logger | MAPDLOGGER |
Private Member Functions | |
SockTransportProperties (TransportType tT, String name, String passwd) throws Exception | |
SockTransportProperties (TransportType transportType) throws Exception | |
void | initializeAcceptedIssuers (KeyStore kS) throws Exception |
Static Private Member Functions | |
static X509TrustManager | createInsecureTrustManager () |
Private Attributes | |
TrustManager[] | trustManagers |
TransportType | transportType = null |
String | trust_store_name = null |
char[] | trust_store_password = null |
String | key_store_name = null |
char[] | key_store_password = null |
Definition at line 23 of file SockTransportProperties.java.
|
inline |
Definition at line 73 of file SockTransportProperties.java.
References com.mapd.common.SockTransportProperties.TransportType.encryptedClientDefaultTrustStore, and com.mapd.common.SockTransportProperties.TransportType.encryptedClientPermissive.
Referenced by com.mapd.common.SockTransportProperties.getEncryptedClientDefaultTrustStore(), com.mapd.common.SockTransportProperties.getEncryptedClientPermisive(), com.mapd.common.SockTransportProperties.getEncryptedClientSpecifiedTrustStore(), com.mapd.common.SockTransportProperties.getEncryptedServer(), com.mapd.common.SockTransportProperties.getUnecryptedServer(), and com.mapd.common.SockTransportProperties.getUnencryptedClient().
|
inline |
Definition at line 78 of file SockTransportProperties.java.
References com.mapd.common.SockTransportProperties.TransportType.encryptedClientSpecifiedTrustStore.
|
inlineprivate |
Definition at line 85 of file SockTransportProperties.java.
References com.mapd.common.SockTransportProperties.TransportType.encryptedServer, com.mapd.common.SockTransportProperties.initializeAcceptedIssuers(), com.mapd.common.SockTransportProperties.key_store_name, com.mapd.common.SockTransportProperties.key_store_password, Experimental.String, com.mapd.common.SockTransportProperties.transportType, com.mapd.common.SockTransportProperties.trust_store_name, and com.mapd.common.SockTransportProperties.trust_store_password.
|
inlineprivate |
Definition at line 126 of file SockTransportProperties.java.
References com.mapd.common.SockTransportProperties.initializeAcceptedIssuers(), Experimental.String, and com.mapd.common.SockTransportProperties.transportType.
|
inlinestaticprivate |
Definition at line 161 of file SockTransportProperties.java.
References Experimental.String.
Referenced by com.mapd.common.SockTransportProperties.openHttpsClientTransport().
|
inlinestatic |
Definition at line 41 of file SockTransportProperties.java.
References com.mapd.common.SockTransportProperties.TransportType.encryptedClientDefaultTrustStore, and com.mapd.common.SockTransportProperties.SockTransportProperties().
|
inlinestatic |
Definition at line 37 of file SockTransportProperties.java.
References com.mapd.common.SockTransportProperties.TransportType.encryptedClientPermissive, and com.mapd.common.SockTransportProperties.SockTransportProperties().
|
inlinestatic |
Definition at line 46 of file SockTransportProperties.java.
References com.mapd.common.SockTransportProperties.TransportType.encryptedClientSpecifiedTrustStore, and com.mapd.common.SockTransportProperties.SockTransportProperties().
|
inlinestatic |
Definition at line 53 of file SockTransportProperties.java.
References com.mapd.common.SockTransportProperties.TransportType.encryptedServer, and com.mapd.common.SockTransportProperties.SockTransportProperties().
|
inlinestatic |
Definition at line 59 of file SockTransportProperties.java.
References com.mapd.common.SockTransportProperties.SockTransportProperties(), and com.mapd.common.SockTransportProperties.TransportType.unencryptedServer.
|
inlinestatic |
Definition at line 33 of file SockTransportProperties.java.
References com.mapd.common.SockTransportProperties.SockTransportProperties(), and com.mapd.common.SockTransportProperties.TransportType.unencryptedClient.
|
inlineprivate |
Definition at line 150 of file SockTransportProperties.java.
References com.mapd.common.SockTransportProperties.trustManagers.
Referenced by com.mapd.common.SockTransportProperties.SockTransportProperties().
|
inline |
Definition at line 252 of file SockTransportProperties.java.
References com.mapd.common.SockTransportProperties.TransportType.encryptedClientSpecifiedTrustStore, com.mapd.common.SockTransportProperties.openClientTransportEncrypted(), and com.mapd.common.SockTransportProperties.transportType.
|
inline |
Definition at line 261 of file SockTransportProperties.java.
References com.mapd.common.SockTransportProperties.TransportType.encryptedClientPermissive, Experimental.String, com.mapd.common.SockTransportProperties.transportType, com.mapd.common.SockTransportProperties.trust_store_name, and com.mapd.common.SockTransportProperties.trust_store_password.
Referenced by com.mapd.common.SockTransportProperties.openClientTransport().
|
inline |
|
inline |
Definition at line 173 of file SockTransportProperties.java.
References com.mapd.common.SockTransportProperties.createInsecureTrustManager(), com.mapd.common.SockTransportProperties.TransportType.encryptedClientPermissive, Experimental.String, com.mapd.common.SockTransportProperties.transportType, and com.mapd.common.SockTransportProperties.trustManagers.
|
inline |
Definition at line 223 of file SockTransportProperties.java.
References com.mapd.common.SockTransportProperties.TransportType.encryptedServer, com.mapd.common.SockTransportProperties.openServerTransportEncrypted(), and com.mapd.common.SockTransportProperties.transportType.
|
inline |
Definition at line 232 of file SockTransportProperties.java.
References com.mapd.common.SockTransportProperties.key_store_name, com.mapd.common.SockTransportProperties.key_store_password, and Experimental.String.
Referenced by com.mapd.common.SockTransportProperties.openServerTransport().
|
private |
Definition at line 295 of file SockTransportProperties.java.
Referenced by com.mapd.common.SockTransportProperties.openServerTransportEncrypted(), and com.mapd.common.SockTransportProperties.SockTransportProperties().
|
private |
Definition at line 296 of file SockTransportProperties.java.
Referenced by com.mapd.common.SockTransportProperties.openServerTransportEncrypted(), and com.mapd.common.SockTransportProperties.SockTransportProperties().
|
staticpackage |
Definition at line 24 of file SockTransportProperties.java.
|
private |
Definition at line 292 of file SockTransportProperties.java.
Referenced by com.mapd.common.SockTransportProperties.openClientTransport(), com.mapd.common.SockTransportProperties.openClientTransportEncrypted(), com.mapd.common.SockTransportProperties.openHttpsClientTransport(), com.mapd.common.SockTransportProperties.openServerTransport(), and com.mapd.common.SockTransportProperties.SockTransportProperties().
|
private |
Definition at line 293 of file SockTransportProperties.java.
Referenced by com.mapd.common.SockTransportProperties.openClientTransportEncrypted(), and com.mapd.common.SockTransportProperties.SockTransportProperties().
|
private |
Definition at line 294 of file SockTransportProperties.java.
Referenced by com.mapd.common.SockTransportProperties.openClientTransportEncrypted(), and com.mapd.common.SockTransportProperties.SockTransportProperties().
|
private |
Definition at line 279 of file SockTransportProperties.java.
Referenced by com.mapd.common.SockTransportProperties.initializeAcceptedIssuers(), and com.mapd.common.SockTransportProperties.openHttpsClientTransport().