| Package | Description |
|---|---|
| org.apache.hugegraph.api.auth | |
| org.apache.hugegraph.driver |
| Modifier and Type | Method and Description |
|---|---|
Project |
ProjectAPI.addGraphs(Object projectId,
Set<String> graphs) |
Project |
ProjectAPI.create(Project project) |
Project |
ProjectAPI.get(Object id) |
Project |
ProjectAPI.removeGraphs(Object projectId,
Set<String> graphs) |
Project |
ProjectAPI.update(Project project) |
| Modifier and Type | Method and Description |
|---|---|
List<Project> |
ProjectAPI.list(long limit) |
| Modifier and Type | Method and Description |
|---|---|
Project |
ProjectAPI.create(Project project) |
Project |
ProjectAPI.update(Project project) |
| Modifier and Type | Method and Description |
|---|---|
Project |
AuthManager.createProject(Project project) |
Project |
AuthManager.getProject(Object id) |
Project |
AuthManager.projectAddGraphs(Object projectId,
Set<String> graphs) |
Project |
AuthManager.projectRemoveGraphs(Object projectId,
Set<String> graphs) |
Project |
AuthManager.updateProject(Project project) |
| Modifier and Type | Method and Description |
|---|---|
List<Project> |
AuthManager.listProject(int limit) |
List<Project> |
AuthManager.listProjects() |
| Modifier and Type | Method and Description |
|---|---|
Project |
AuthManager.createProject(Project project) |
Project |
AuthManager.updateProject(Project project) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.