| Package | Description |
|---|---|
| org.apache.hugegraph.api.auth | |
| org.apache.hugegraph.driver |
| Modifier and Type | Method and Description |
|---|---|
Belong |
BelongAPI.create(Belong belong) |
Belong |
BelongAPI.get(Object id) |
Belong |
BelongAPI.update(Belong belong) |
| Modifier and Type | Method and Description |
|---|---|
List<Belong> |
BelongAPI.list(Object user,
Object group,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
Belong |
BelongAPI.create(Belong belong) |
Belong |
BelongAPI.update(Belong belong) |
| Modifier and Type | Method and Description |
|---|---|
Belong |
AuthManager.createBelong(Belong belong) |
Belong |
AuthManager.getBelong(Object id) |
Belong |
AuthManager.updateBelong(Belong belong) |
| Modifier and Type | Method and Description |
|---|---|
List<Belong> |
AuthManager.listBelongs() |
List<Belong> |
AuthManager.listBelongs(int limit) |
List<Belong> |
AuthManager.listBelongsByGroup(Object group,
int limit) |
List<Belong> |
AuthManager.listBelongsByUser(Object user,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
Belong |
AuthManager.createBelong(Belong belong) |
Belong |
AuthManager.updateBelong(Belong belong) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.