public interface AuthenticationStrategy
| Modifier and Type | Method and Description |
|---|---|
AuthenticationResult |
authenticate(User user,
String password)
Verify a user by password
|
AuthenticationResult authenticate(User user, String password)
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.