public class BasicAuthentication extends Object implements Authentication
| Constructor and Description |
|---|
BasicAuthentication(org.neo4j.kernel.api.security.AuthManager authManager,
org.neo4j.kernel.api.security.UserManagerSupplier userManagerSupplier) |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationResult |
authenticate(Map<String,Object> authToken)
Authenticate the provided token.
|
public BasicAuthentication(org.neo4j.kernel.api.security.AuthManager authManager,
org.neo4j.kernel.api.security.UserManagerSupplier userManagerSupplier)
public AuthenticationResult authenticate(Map<String,Object> authToken) throws AuthenticationException
Authenticationauthenticate in interface AuthenticationauthToken - The token to be authenticated.AuthenticationException - If authentication failed.Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.