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
-
getAuthTokenManager
default org.neo4j.driver.AuthTokenManager getAuthTokenManager()Returns theAuthTokenManager
to use for authentication. Defaults tonull
in which case theauth token
should be used.- Returns:
- the auth token manager
- Since:
- 3.2.0
-