| Package | Description |
|---|---|
| ai.grakn.engine.controller |
Implementation of Grakn server REST endpoints.
|
| ai.grakn.engine.session |
Severside websocket implementation.
|
| ai.grakn.engine.user |
Implements graph user management.
|
| Constructor and Description |
|---|
AuthController(spark.Service spark,
boolean isPasswordProtected,
JWTHandler jwtHandler,
UsersHandler usersHandler) |
UserController(spark.Service spark,
UsersHandler usersHandler) |
| Modifier and Type | Method and Description |
|---|---|
static RemoteSession |
RemoteSession.passwordProtected(UsersHandler usersHandler) |
| Modifier and Type | Class and Description |
|---|---|
class |
SystemKeyspaceUsers
A DAO for managing users in the Grakn system keyspace.
|
| Modifier and Type | Method and Description |
|---|---|
static UsersHandler |
UsersHandler.create(String adminPassword,
EngineGraknGraphFactory factory) |
Copyright © 2017 Grakn Labs Ltd. All rights reserved.