接口 Neo4jConnectionDetails

所有超级接口:
ConnectionDetails

public interface Neo4jConnectionDetails extends ConnectionDetails
Details required to establish a connection to a Neo4j service.
从以下版本开始:
3.1.0
作者:
Moritz Halbritter, Andy Wilkinson, Phillip Webb
  • 方法概要

    修饰符和类型
    方法
    说明
    default org.neo4j.driver.AuthToken
    Returns the token to use for authentication.
    default org.neo4j.driver.AuthTokenManager
    Returns the AuthTokenManager to use for authentication.
    default URI
    Returns the URI of the Neo4j server.
  • 方法详细资料

    • getUri

      default URI getUri()
      Returns the URI of the Neo4j server. Defaults to bolt://localhost:7687".
      返回:
      the Neo4j server URI
    • getAuthToken

      default org.neo4j.driver.AuthToken getAuthToken()
      Returns the token to use for authentication. Defaults to AuthTokens.none().
      返回:
      the auth token
    • getAuthTokenManager

      default org.neo4j.driver.AuthTokenManager getAuthTokenManager()
      Returns the AuthTokenManager to use for authentication. Defaults to null in which case the auth token should be used.
      返回:
      the auth token manager
      从以下版本开始:
      3.2.0