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