Package | Description |
---|---|
org.neo4j.driver.v1 |
Modifier and Type | Method and Description |
---|---|
static Config.TrustStrategy |
Config.TrustStrategy.trustAllCertificates()
Trust strategy for certificates that can be verified through the local system store.
|
static Config.TrustStrategy |
Config.TrustStrategy.trustCustomCertificateSignedBy(File certFile)
Only encrypted connections to Neo4j instances with certificates signed by a trusted certificate will be accepted.
|
static Config.TrustStrategy |
Config.TrustStrategy.trustOnFirstUse(File knownHostsFile)
Deprecated.
in 1.1 in favour of
trustAllCertificates() |
static Config.TrustStrategy |
Config.TrustStrategy.trustSignedBy(File certFile)
Deprecated.
|
Config.TrustStrategy |
Config.trustStrategy() |
static Config.TrustStrategy |
Config.TrustStrategy.trustSystemCertificates()
Trust strategy for certificates that can be verified through the local system store.
|
Modifier and Type | Method and Description |
---|---|
Config.ConfigBuilder |
Config.ConfigBuilder.withTrustStrategy(Config.TrustStrategy trustStrategy)
Specify how to determine the authenticity of an encryption certificate provided by the Neo4j instance we are connecting to.
|
Copyright © 2018. All rights reserved.