Uses of Interface
org.neo4j.driver.internal.security.SecurityPlan
Packages that use SecurityPlan
-
Uses of SecurityPlan in org.neo4j.driver.internal.security
Classes in org.neo4j.driver.internal.security that implement SecurityPlanModifier and TypeClassDescriptionclass
A SecurityPlan consists of encryption and trust details.Methods in org.neo4j.driver.internal.security that return SecurityPlanModifier and TypeMethodDescriptionstatic SecurityPlan
SecurityPlans.createSecurityPlan
(org.neo4j.driver.internal.SecuritySettings settings, String uriScheme, ClientCertificateManager clientCertificateManager, Logging logging) static SecurityPlan
SecurityPlanImpl.forAllCertificates
(boolean requiresHostnameVerification, RevocationCheckingStrategy revocationCheckingStrategy, ClientCertificateManager clientCertificateManager, Logging logging) static SecurityPlan
SecurityPlanImpl.forCustomCASignedCertificates
(List<File> certFiles, boolean requiresHostnameVerification, RevocationCheckingStrategy revocationCheckingStrategy, ClientCertificateManager clientCertificateManager, Logging logging) static SecurityPlan
SecurityPlanImpl.forSystemCASignedCertificates
(boolean requiresHostnameVerification, RevocationCheckingStrategy revocationCheckingStrategy, ClientCertificateManager clientCertificateManager, Logging logging) static SecurityPlan
SecurityPlanImpl.insecure()
Methods in org.neo4j.driver.internal.security with parameters of type SecurityPlanModifier and TypeMethodDescriptionstatic BoltSecurityPlanManager
BoltSecurityPlanManager.from
(SecurityPlan securityPlan)