| Package | Description |
|---|---|
| org.neo4j.ogm.authentication | |
| org.neo4j.ogm.config |
| Modifier and Type | Class and Description |
|---|---|
class |
AuthTokenCredentials |
class |
UsernamePasswordCredentials |
| Modifier and Type | Method and Description |
|---|---|
static Credentials<?> |
CredentialsService.authToken()
The Auth-Token mechanism in 2.2 M02 has been removed in M04.
|
static Credentials<?> |
CredentialsService.userNameAndPassword()
We expect user-name and password credentials to be set via command-line switches
i.e.
|
| Modifier and Type | Method and Description |
|---|---|
Credentials |
DriverConfiguration.getCredentials()
Returns the driver connection credentials, if they have been provided.
|
| Modifier and Type | Method and Description |
|---|---|
DriverConfiguration |
DriverConfiguration.setCredentials(Credentials credentials) |
Copyright © 2017 Neo Technology, Inc.. All rights reserved.