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