Uses of Interface
org.neo4j.driver.internal.security.SecurityPlan
Packages that use SecurityPlan
-
Uses of SecurityPlan in org.neo4j.driver.internal.async.connection
Constructors in org.neo4j.driver.internal.async.connection with parameters of type SecurityPlanModifierConstructorDescriptionChannelConnectorImpl(org.neo4j.driver.internal.ConnectionSettings connectionSettings, SecurityPlan securityPlan, ChannelPipelineBuilder pipelineBuilder, Logging logging, Clock clock, RoutingContext routingContext, org.neo4j.driver.internal.DomainNameResolver domainNameResolver) ChannelConnectorImpl(org.neo4j.driver.internal.ConnectionSettings connectionSettings, SecurityPlan securityPlan, Logging logging, Clock clock, RoutingContext routingContext, org.neo4j.driver.internal.DomainNameResolver domainNameResolver) NettyChannelInitializer(org.neo4j.driver.internal.BoltServerAddress address, SecurityPlan securityPlan, int connectTimeoutMillis, Clock clock, Logging logging) -
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) static SecurityPlanSecurityPlanImpl.forAllCertificates(boolean requiresHostnameVerification, RevocationCheckingStrategy revocationCheckingStrategy) static SecurityPlanSecurityPlanImpl.forCustomCASignedCertificates(List<File> certFiles, boolean requiresHostnameVerification, RevocationCheckingStrategy revocationCheckingStrategy) static SecurityPlanSecurityPlanImpl.forSystemCASignedCertificates(boolean requiresHostnameVerification, RevocationCheckingStrategy revocationCheckingStrategy) static SecurityPlanSecurityPlanImpl.insecure()