| Package | Description |
|---|---|
| org.neo4j.server.security.auth |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationResult |
BasicAuthManager.authenticate(String username,
String password) |
AuthenticationResult |
AuthManager.authenticate(String username,
String password)
Authenticate a username and password
|
AuthenticationResult |
RateLimitedAuthenticationStrategy.authenticate(User user,
String password) |
AuthenticationResult |
AuthenticationStrategy.authenticate(User user,
String password)
Verify a user by password
|
AuthenticationResult |
BasicAuthSubject.getAuthenticationResult() |
AuthenticationResult |
AuthSubject.getAuthenticationResult() |
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.
|
| Constructor and Description |
|---|
BasicAuthSubject(BasicAuthManager authManager,
User user,
AuthenticationResult authenticationResult) |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.