Interface Neo4jConnectionDetails
- All Superinterfaces:
ConnectionDetails
Details required to establish a connection to a Neo4j service.
- Since:
- 3.1.0
- Author:
- Moritz Halbritter, Andy Wilkinson, Phillip Webb
-
Method Details
-
getUri
Returns the URI of the Neo4j server. Defaults tobolt://localhost:7687"
.- Returns:
- the Neo4j server URI
-
getAuthToken
default org.neo4j.driver.AuthToken getAuthToken()Returns the token to use for authentication. Defaults toAuthTokens.none()
.- Returns:
- the auth token
-