Module org.neo4j.driver
Interface BoltSecurityPlanManager
- All Known Implementing Classes:
InternalBoltSecurityPlanManager
public interface BoltSecurityPlanManager
-
Method Summary
Modifier and TypeMethodDescriptionstatic BoltSecurityPlanManagerfrom(SecurityPlan securityPlan) static BoltSecurityPlanManagerinsecure()plan()boolean
-
Method Details
-
plan
CompletionStage<SecurityPlan> plan() -
requiresEncryption
boolean requiresEncryption() -
from
-
insecure
-