Index

A C D G I N O P S T V 
All Classes and Interfaces|All Packages

A

Authentication() - Constructor for class org.springframework.boot.neo4j.autoconfigure.Neo4jProperties.Authentication
 

C

ConfigBuilderCustomizer - Interface in org.springframework.boot.neo4j.autoconfigure
Callback interface that can be implemented by beans wishing to customize the a Config.ConfigBuilder to fine-tune its auto-configuration before it creates a Config instance.
customize(Config.ConfigBuilder) - Method in interface org.springframework.boot.neo4j.autoconfigure.ConfigBuilderCustomizer
Customize the Config.ConfigBuilder.

D

doHealthCheck(Health.Builder) - Method in class org.springframework.boot.neo4j.health.Neo4jHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.neo4j.health.Neo4jReactiveHealthIndicator
 

G

getAuthentication() - Method in class org.springframework.boot.neo4j.autoconfigure.Neo4jProperties
 
getAuthToken() - Method in interface org.springframework.boot.neo4j.autoconfigure.Neo4jConnectionDetails
Returns the token to use for authentication.
getAuthTokenManager() - Method in interface org.springframework.boot.neo4j.autoconfigure.Neo4jConnectionDetails
Returns the AuthTokenManager to use for authentication.
getCertFile() - Method in class org.springframework.boot.neo4j.autoconfigure.Neo4jProperties.Security
 
getConnectionAcquisitionTimeout() - Method in class org.springframework.boot.neo4j.autoconfigure.Neo4jProperties.Pool
 
getConnectionTimeout() - Method in class org.springframework.boot.neo4j.autoconfigure.Neo4jProperties
 
getIdleTimeBeforeConnectionTest() - Method in class org.springframework.boot.neo4j.autoconfigure.Neo4jProperties.Pool
 
getKerberosTicket() - Method in class org.springframework.boot.neo4j.autoconfigure.Neo4jProperties.Authentication
 
getMaxConnectionLifetime() - Method in class org.springframework.boot.neo4j.autoconfigure.Neo4jProperties.Pool
 
getMaxConnectionPoolSize() - Method in class org.springframework.boot.neo4j.autoconfigure.Neo4jProperties.Pool
 
getMaxTransactionRetryTime() - Method in class org.springframework.boot.neo4j.autoconfigure.Neo4jProperties
 
getPassword() - Method in class org.springframework.boot.neo4j.autoconfigure.Neo4jProperties.Authentication
 
getPool() - Method in class org.springframework.boot.neo4j.autoconfigure.Neo4jProperties
 
getRealm() - Method in class org.springframework.boot.neo4j.autoconfigure.Neo4jProperties.Authentication
 
getSecurity() - Method in class org.springframework.boot.neo4j.autoconfigure.Neo4jProperties
 
getTrustStrategy() - Method in class org.springframework.boot.neo4j.autoconfigure.Neo4jProperties.Security
 
getUri() - Method in interface org.springframework.boot.neo4j.autoconfigure.Neo4jConnectionDetails
Returns the URI of the Neo4j server.
getUri() - Method in class org.springframework.boot.neo4j.autoconfigure.Neo4jProperties
 
getUsername() - Method in class org.springframework.boot.neo4j.autoconfigure.Neo4jProperties.Authentication
 

I

isEncrypted() - Method in class org.springframework.boot.neo4j.autoconfigure.Neo4jProperties.Security
 
isHostnameVerificationEnabled() - Method in class org.springframework.boot.neo4j.autoconfigure.Neo4jProperties.Security
 
isLogLeakedSessions() - Method in class org.springframework.boot.neo4j.autoconfigure.Neo4jProperties.Pool
 

N

Neo4jAutoConfiguration - Class in org.springframework.boot.neo4j.autoconfigure
Auto-configuration for Neo4j.
Neo4jAutoConfiguration() - Constructor for class org.springframework.boot.neo4j.autoconfigure.Neo4jAutoConfiguration
 
Neo4jConnectionDetails - Interface in org.springframework.boot.neo4j.autoconfigure
Details required to establish a connection to a Neo4j service.
Neo4jHealthContributorAutoConfiguration - Class in org.springframework.boot.neo4j.autoconfigure.health
Neo4jHealthContributorAutoConfiguration() - Constructor for class org.springframework.boot.neo4j.autoconfigure.health.Neo4jHealthContributorAutoConfiguration
 
Neo4jHealthIndicator - Class in org.springframework.boot.neo4j.health
HealthIndicator that tests the status of a Neo4j by executing a Cypher statement and extracting server and database information.
Neo4jHealthIndicator(Driver) - Constructor for class org.springframework.boot.neo4j.health.Neo4jHealthIndicator
 
Neo4jObservationAutoConfiguration - Class in org.springframework.boot.neo4j.autoconfigure.observation
Auto-configuration for Neo4j observability.
Neo4jObservationAutoConfiguration() - Constructor for class org.springframework.boot.neo4j.autoconfigure.observation.Neo4jObservationAutoConfiguration
 
Neo4jProperties - Class in org.springframework.boot.neo4j.autoconfigure
Configuration properties for Neo4j.
Neo4jProperties() - Constructor for class org.springframework.boot.neo4j.autoconfigure.Neo4jProperties
 
Neo4jProperties.Authentication - Class in org.springframework.boot.neo4j.autoconfigure
 
Neo4jProperties.Pool - Class in org.springframework.boot.neo4j.autoconfigure
 
Neo4jProperties.Security - Class in org.springframework.boot.neo4j.autoconfigure
 
Neo4jProperties.Security.TrustStrategy - Enum Class in org.springframework.boot.neo4j.autoconfigure
 
Neo4jReactiveHealthIndicator - Class in org.springframework.boot.neo4j.health
ReactiveHealthIndicator that tests the status of a Neo4j by executing a Cypher statement and extracting server and database information.
Neo4jReactiveHealthIndicator(Driver) - Constructor for class org.springframework.boot.neo4j.health.Neo4jReactiveHealthIndicator
 

O

org.springframework.boot.neo4j.autoconfigure - package org.springframework.boot.neo4j.autoconfigure
Auto-configuration for Neo4j.
org.springframework.boot.neo4j.autoconfigure.health - package org.springframework.boot.neo4j.autoconfigure.health
Auto-configuration for Neo4j health.
org.springframework.boot.neo4j.autoconfigure.observation - package org.springframework.boot.neo4j.autoconfigure.observation
Auto-configuration for Neo4j observation.
org.springframework.boot.neo4j.health - package org.springframework.boot.neo4j.health
Health integration for Neo4j.

P

Pool() - Constructor for class org.springframework.boot.neo4j.autoconfigure.Neo4jProperties.Pool
 

S

Security() - Constructor for class org.springframework.boot.neo4j.autoconfigure.Neo4jProperties.Security
 
setCertFile(File) - Method in class org.springframework.boot.neo4j.autoconfigure.Neo4jProperties.Security
 
setConnectionAcquisitionTimeout(Duration) - Method in class org.springframework.boot.neo4j.autoconfigure.Neo4jProperties.Pool
 
setConnectionTimeout(Duration) - Method in class org.springframework.boot.neo4j.autoconfigure.Neo4jProperties
 
setEncrypted(boolean) - Method in class org.springframework.boot.neo4j.autoconfigure.Neo4jProperties.Security
 
setHostnameVerificationEnabled(boolean) - Method in class org.springframework.boot.neo4j.autoconfigure.Neo4jProperties.Security
 
setIdleTimeBeforeConnectionTest(Duration) - Method in class org.springframework.boot.neo4j.autoconfigure.Neo4jProperties.Pool
 
setKerberosTicket(String) - Method in class org.springframework.boot.neo4j.autoconfigure.Neo4jProperties.Authentication
 
setLogLeakedSessions(boolean) - Method in class org.springframework.boot.neo4j.autoconfigure.Neo4jProperties.Pool
 
setMaxConnectionLifetime(Duration) - Method in class org.springframework.boot.neo4j.autoconfigure.Neo4jProperties.Pool
 
setMaxConnectionPoolSize(int) - Method in class org.springframework.boot.neo4j.autoconfigure.Neo4jProperties.Pool
 
setMaxTransactionRetryTime(Duration) - Method in class org.springframework.boot.neo4j.autoconfigure.Neo4jProperties
 
setPassword(String) - Method in class org.springframework.boot.neo4j.autoconfigure.Neo4jProperties.Authentication
 
setRealm(String) - Method in class org.springframework.boot.neo4j.autoconfigure.Neo4jProperties.Authentication
 
setTrustStrategy(Neo4jProperties.Security.TrustStrategy) - Method in class org.springframework.boot.neo4j.autoconfigure.Neo4jProperties.Security
 
setUri(URI) - Method in class org.springframework.boot.neo4j.autoconfigure.Neo4jProperties
 
setUsername(String) - Method in class org.springframework.boot.neo4j.autoconfigure.Neo4jProperties.Authentication
 

T

TRUST_ALL_CERTIFICATES - Enum constant in enum class org.springframework.boot.neo4j.autoconfigure.Neo4jProperties.Security.TrustStrategy
Trust all certificates.
TRUST_CUSTOM_CA_SIGNED_CERTIFICATES - Enum constant in enum class org.springframework.boot.neo4j.autoconfigure.Neo4jProperties.Security.TrustStrategy
Trust certificates that are signed by a trusted certificate.
TRUST_SYSTEM_CA_SIGNED_CERTIFICATES - Enum constant in enum class org.springframework.boot.neo4j.autoconfigure.Neo4jProperties.Security.TrustStrategy
Trust certificates that can be verified through the local system store.

V

valueOf(String) - Static method in enum class org.springframework.boot.neo4j.autoconfigure.Neo4jProperties.Security.TrustStrategy
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.springframework.boot.neo4j.autoconfigure.Neo4jProperties.Security.TrustStrategy
Returns an array containing the constants of this enum class, in the order they are declared.
A C D G I N O P S T V 
All Classes and Interfaces|All Packages