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