| Package | Description |
|---|---|
| org.neo4j.server.security.enterprise.auth.plugin.spi |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CacheableAuthInfo
A cacheable object that can be returned as the result of successful authentication by an
AuthPlugin.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
static AuthInfo |
AuthInfo.of(Object principal,
Collection<String> roles) |
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.