Uses of Interface
org.neo4j.bolt.connection.SecurityPlan
Packages that use SecurityPlan
-
Uses of SecurityPlan in org.neo4j.bolt.connection
Methods in org.neo4j.bolt.connection that return SecurityPlanModifier and TypeMethodDescriptionstatic SecurityPlanSecurityPlans.encrypted(SSLContext sslContext, boolean requiresHostnameVerification) static SecurityPlanSecurityPlans.encrypted(SSLContext sslContext, boolean requiresHostnameVerification, String hostnameForVerification) static SecurityPlanSecurityPlans.encryptedForAnyCertificate()static SecurityPlanSecurityPlans.encryptedForSystemCASignedCertificates()Methods in org.neo4j.bolt.connection with parameters of type SecurityPlanModifier and TypeMethodDescriptionBoltConnectionProvider.connect(URI uri, String routingContextAddress, BoltAgent boltAgent, String userAgent, int connectTimeoutMillis, long initialisationTimeoutMillis, SecurityPlan securityPlan, AuthToken authToken, BoltProtocolVersion minVersion, NotificationConfig notificationConfig, ImmutableObservation parentObservation) Connects to the givenURIusing the provided parameters and returnsBoltConnectioninstance.