| Interface | Description |
|---|---|
| AuthenticationStrategy |
Strategy for determining if the credentials presented by a user are valid
|
| UserRepository |
A component that can store and retrieve users.
|
| Class | Description |
|---|---|
| AuthManager |
Manages server authentication and authorization.
|
| Credential | |
| FileUserRepository |
Stores user auth data.
|
| RateLimitedAuthenticationStrategy | |
| User |
Controls authorization and authentication for an individual user.
|
| User.Builder | |
| UserSerialization |
Serializes user authorization and authentication data to a format similar to unix passwd files.
|
| Enum | Description |
|---|---|
| AuthenticationResult |
| Exception | Description |
|---|
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.