public class RateLimitedAuthenticationStrategy extends Object implements AuthenticationStrategy
| Constructor and Description |
|---|
RateLimitedAuthenticationStrategy(org.neo4j.helpers.Clock clock,
int maxFailedAttempts) |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationResult |
authenticate(User user,
String password)
Verify a user by password
|
public RateLimitedAuthenticationStrategy(org.neo4j.helpers.Clock clock,
int maxFailedAttempts)
public AuthenticationResult authenticate(User user, String password)
AuthenticationStrategyauthenticate in interface AuthenticationStrategyCopyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.