public interface EnterpriseAuthManager
extends org.neo4j.kernel.api.security.AuthManager
| Modifier and Type | Field and Description |
|---|---|
static EnterpriseAuthManager |
NO_AUTH
Implementation that does no authentication.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clearAuthCache() |
EnterpriseSecurityContext |
login(Map<String,Object> authToken) |
static final EnterpriseAuthManager NO_AUTH
void clearAuthCache()
EnterpriseSecurityContext login(Map<String,Object> authToken) throws org.neo4j.kernel.api.security.exception.InvalidAuthTokenException
login in interface org.neo4j.kernel.api.security.AuthManagerorg.neo4j.kernel.api.security.exception.InvalidAuthTokenExceptionCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.