| Package | Description |
|---|---|
| org.neo4j.server.security.enterprise.auth.plugin.spi |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationInfo |
AuthenticationPlugin.authenticate(AuthToken authToken)
Should perform authentication of the identity in the given auth token and return an
AuthenticationInfo result if successful.
|
AuthInfo |
AuthPlugin.authenticateAndAuthorize(AuthToken authToken)
Should perform both authentication and authorization of the identity in the given auth token and return an
AuthInfo result if successful.
|
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.