| Package | Description |
|---|---|
| org.neo4j.server.security.auth |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationResult |
AuthManager.authenticate(String username,
String password) |
AuthenticationResult |
RateLimitedAuthenticationStrategy.authenticate(User user,
String password) |
AuthenticationResult |
AuthenticationStrategy.authenticate(User user,
String password)
Verify a user by password
|
static AuthenticationResult |
AuthenticationResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticationResult[] |
AuthenticationResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.