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()
508508
509509 /**
510510 * Use {@link #trustCustomCertificateSignedBy(File)} instead.
511+ *
512+ * @param certFile the trusted certificate file
513+ * @return an authentication config
511514 */
512515 @ Deprecated
513516 public static TrustStrategy trustSignedBy ( File certFile )
@@ -532,6 +535,8 @@ public static TrustStrategy trustCustomCertificateSignedBy( File certFile )
532535
533536 /**
534537 * Trust strategy for certificates that can be verified through the local system store.
538+ *
539+ * @return an authentication config
535540 */
536541 public static TrustStrategy trustSystemCertificates ()
537542 {
@@ -541,6 +546,7 @@ public static TrustStrategy trustSystemCertificates()
541546 /**
542547 * Trust strategy for certificates that can be verified through the local system store.
543548 *
549+ * @return an authentication config
544550 * @since 1.1
545551 */
546552 public static TrustStrategy trustAllCertificates ()
Original file line number Diff line number Diff line change 3535 * The <a href="https://tools.ietf.org/html/rfc3986">URI</a> passed to
3636 * this method determines the type of Driver created.
3737 * <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" >
3939 * <thead>
4040 * <tr><th>URI Scheme</th><th>Driver</th></tr>
4141 * </thead>
You can’t perform that action at this time.
0 commit comments