| Package | Description |
|---|---|
| org.apache.hugegraph.api.auth | |
| org.apache.hugegraph.driver |
| Modifier and Type | Method and Description |
|---|---|
Access |
AccessAPI.create(Access access) |
Access |
AccessAPI.get(Object id) |
Access |
AccessAPI.update(Access access) |
| Modifier and Type | Method and Description |
|---|---|
List<Access> |
AccessAPI.list(Object group,
Object target,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
Access |
AccessAPI.create(Access access) |
Access |
AccessAPI.update(Access access) |
| Modifier and Type | Method and Description |
|---|---|
Access |
AuthManager.createAccess(Access access) |
Access |
AuthManager.getAccess(Object id) |
Access |
AuthManager.updateAccess(Access access) |
| Modifier and Type | Method and Description |
|---|---|
List<Access> |
AuthManager.listAccesses() |
List<Access> |
AuthManager.listAccesses(int limit) |
List<Access> |
AuthManager.listAccessesByGroup(Object group,
int limit) |
List<Access> |
AuthManager.listAccessesByTarget(Object target,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
Access |
AuthManager.createAccess(Access access) |
Access |
AuthManager.updateAccess(Access access) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.