| Package | Description |
|---|---|
| org.apache.hugegraph.api.auth | |
| org.apache.hugegraph.driver |
| Modifier and Type | Method and Description |
|---|---|
User |
UserAPI.create(User user) |
User |
UserAPI.get(Object id) |
User |
UserAPI.update(User user) |
| Modifier and Type | Method and Description |
|---|---|
List<User> |
UserAPI.list(int limit) |
| Modifier and Type | Method and Description |
|---|---|
User |
UserAPI.create(User user) |
User |
UserAPI.update(User user) |
| Modifier and Type | Method and Description |
|---|---|
User |
AuthManager.createUser(User user) |
User |
AuthManager.getUser(Object id) |
User |
AuthManager.updateUser(User user) |
| Modifier and Type | Method and Description |
|---|---|
List<User> |
AuthManager.listUsers() |
List<User> |
AuthManager.listUsers(int limit) |
| Modifier and Type | Method and Description |
|---|---|
User |
AuthManager.createUser(User user) |
User |
AuthManager.updateUser(User user) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.