| Package | Description |
|---|---|
| com.volcengine.service | |
| com.volcengine.service.imagex | |
| com.volcengine.service.imagex.impl | |
| com.volcengine.service.vod | |
| com.volcengine.service.vod.impl | |
| com.volcengine.util |
| Modifier and Type | Method and Description |
|---|---|
SecurityToken2 |
IBaseService.signSts2(Policy inlinePolicy,
long expire)
Sign by sts2.
|
SecurityToken2 |
BaseServiceImpl.signSts2(Policy inlinePolicy,
long expire) |
| Modifier and Type | Method and Description |
|---|---|
SecurityToken2 |
IImageXService.getUploadSts2(List<String> serviceIds)
Get image upload sts2 auth with default expire time (1 hour).
|
SecurityToken2 |
IImageXService.getUploadSts2WithExpire(List<String> serviceIds,
long expire)
Get image upload sts2 auth.
|
SecurityToken2 |
IImageXService.getUploadSts2WithKeyPtn(List<String> serviceIds,
long expire,
String keyPtn)
Get image upload sts2 auth.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityToken2 |
ImageXServiceImpl.getUploadSts2(List<String> serviceIds) |
SecurityToken2 |
ImageXServiceImpl.getUploadSts2WithExpire(List<String> serviceIds,
long expire) |
SecurityToken2 |
ImageXServiceImpl.getUploadSts2WithKeyPtn(List<String> serviceIds,
long expire,
String keyPtn) |
| Modifier and Type | Method and Description |
|---|---|
SecurityToken2 |
IVodService.getUploadSts2()
Get Upload Sts2 token.
|
SecurityToken2 |
IVodService.getUploadSts2WithExpire(long expire)
Get Upload Sts2 token with expired time.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityToken2 |
VodServiceImpl.getUploadSts2() |
SecurityToken2 |
VodServiceImpl.getUploadSts2WithExpire(long expire) |
| Modifier and Type | Method and Description |
|---|---|
static InnerToken |
Sts2Utils.createInnerToken(Credentials credentials,
SecurityToken2 sts2,
Policy inlinePolicy,
long seconds) |
Copyright © 2023. All rights reserved.