| Package | Description |
|---|---|
| apphub.service.api |
| Modifier and Type | Method and Description |
|---|---|
UserKey |
IUserKeyService.delete(String secret,
String user,
String id) |
UserKey |
IUserKeyService.get(String secret,
String user,
String id) |
UserKey |
IUserKeyService.post(String secret,
UserKey userKey) |
UserKey |
IUserKeyService.put(String secret,
UserKey userKey) |
static UserKey |
UserKey.valueOf(byte[] data) |
static UserKey |
UserKey.valueOf(String content) |
| Modifier and Type | Method and Description |
|---|---|
List<UserKey> |
IUserKeyService.list(String secret,
String user) |
| Modifier and Type | Method and Description |
|---|---|
UserKey |
IUserKeyService.post(String secret,
UserKey userKey) |
UserKey |
IUserKeyService.put(String secret,
UserKey userKey) |
Copyright © 2015. All rights reserved.