| Package | Description |
|---|---|
| org.neo4j.ogm.authentication |
| Modifier and Type | Class and Description |
|---|---|
class |
AuthTokenCredentials |
class |
UsernamePasswordCredentials |
| Modifier and Type | Method and Description |
|---|---|
static Neo4jCredentials<?> |
CredentialsService.authToken()
The Auth-Token mechanism in 2.2 M02 has been removed in M04.
|
static Neo4jCredentials<?> |
CredentialsService.userNameAndPassword()
We expect user-name and password credentials to be set via command-line switches
i.e.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
HttpRequestAuthorization.authorize(org.apache.http.client.methods.HttpRequestBase request,
Neo4jCredentials credentials)
Sets the authorization header on the request, if credentials are present.
|
Copyright © 2015 Neo Technology, Inc.. All rights reserved.