File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
driver/src/main/java/org/neo4j/driver/v1 Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -508,6 +508,9 @@ public File certFile()
508
508
509
509
/**
510
510
* Use {@link #trustCustomCertificateSignedBy(File)} instead.
511
+ *
512
+ * @param certFile the trusted certificate file
513
+ * @return an authentication config
511
514
*/
512
515
@ Deprecated
513
516
public static TrustStrategy trustSignedBy ( File certFile )
@@ -532,6 +535,8 @@ public static TrustStrategy trustCustomCertificateSignedBy( File certFile )
532
535
533
536
/**
534
537
* Trust strategy for certificates that can be verified through the local system store.
538
+ *
539
+ * @return an authentication config
535
540
*/
536
541
public static TrustStrategy trustSystemCertificates ()
537
542
{
@@ -541,6 +546,7 @@ public static TrustStrategy trustSystemCertificates()
541
546
/**
542
547
* Trust strategy for certificates that can be verified through the local system store.
543
548
*
549
+ * @return an authentication config
544
550
* @since 1.1
545
551
*/
546
552
public static TrustStrategy trustAllCertificates ()
Original file line number Diff line number Diff line change 35
35
* The <a href="https://tools.ietf.org/html/rfc3986">URI</a> passed to
36
36
* this method determines the type of Driver created.
37
37
* <br>
38
- * <table border="1" cellpadding="4" style="border-collapse: collapse">
38
+ * <table border="1" cellpadding="4" style="border-collapse: collapse" summary="Available schemes and drivers" >
39
39
* <thead>
40
40
* <tr><th>URI Scheme</th><th>Driver</th></tr>
41
41
* </thead>
You can’t perform that action at this time.
0 commit comments