Package io.quarkus.neo4j.runtime
Class Neo4jConfiguration.Authentication
- java.lang.Object
-
- io.quarkus.neo4j.runtime.Neo4jConfiguration.Authentication
-
- Enclosing class:
- Neo4jConfiguration
static class Neo4jConfiguration.Authentication extends Object
-
-
Constructor Summary
Constructors Constructor Description Authentication()
-
-
-
Field Detail
-
username
@ConfigItem(defaultValue="neo4j") public String username
The login of the user connecting to the database.
-
password
@ConfigItem(defaultValue="neo4j") public String password
The password of the user connecting to the database.
-
disabled
@ConfigItem public boolean disabled
Set this to true to disable authentication.
-
-