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 TypeClassDescriptionclassA SecurityPlan consists of encryption and trust details.Methods in org.neo4j.driver.internal.security that return SecurityPlanModifier and TypeMethodDescriptionstatic SecurityPlanSecurityPlans.createSecurityPlan(org.neo4j.driver.internal.SecuritySettings settings, String uriScheme, ClientCertificateManager clientCertificateManager, Logging logging) static SecurityPlanSecurityPlanImpl.forAllCertificates(boolean requiresHostnameVerification, RevocationCheckingStrategy revocationCheckingStrategy, ClientCertificateManager clientCertificateManager, Logging logging) static SecurityPlanSecurityPlanImpl.forCustomCASignedCertificates(List<File> certFiles, boolean requiresHostnameVerification, RevocationCheckingStrategy revocationCheckingStrategy, ClientCertificateManager clientCertificateManager, Logging logging) static SecurityPlanSecurityPlanImpl.forSystemCASignedCertificates(boolean requiresHostnameVerification, RevocationCheckingStrategy revocationCheckingStrategy, ClientCertificateManager clientCertificateManager, Logging logging) static SecurityPlanSecurityPlanImpl.insecure()Methods in org.neo4j.driver.internal.security with parameters of type SecurityPlanModifier and TypeMethodDescriptionstatic BoltSecurityPlanManagerBoltSecurityPlanManager.from(SecurityPlan securityPlan)