| Package | Description |
|---|---|
| org.neo4j.driver |
| Modifier and Type | Method and Description |
|---|---|
static Config.TrustStrategy |
Config.TrustStrategy.trustAllCertificates()
Trust strategy for certificates that trust all certificates blindly.
|
static Config.TrustStrategy |
Config.TrustStrategy.trustCustomCertificateSignedBy(File certFile)
Only encrypted connections to Neo4j instances with certificates signed by a trusted certificate will be accepted.
|
Config.TrustStrategy |
Config.trustStrategy() |
static Config.TrustStrategy |
Config.TrustStrategy.trustSystemCertificates()
Trust strategy for certificates that can be verified through the local system store.
|
Config.TrustStrategy |
Config.TrustStrategy.withHostnameVerification()
Enable hostname verification for this trust strategy.
|
Config.TrustStrategy |
Config.TrustStrategy.withoutHostnameVerification()
Disable hostname verification for this trust strategy.
|
| 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.
|