Package | Description |
---|---|
com.ibm.cloud.objectstorage.auth | |
com.ibm.cloud.objectstorage.auth.presign |
Modifier and Type | Class and Description |
---|---|
static class |
SdkClock.MockClock
Mock implementation used in tests.
|
Modifier and Type | Field and Description |
---|---|
static SdkClock |
SdkClock.STANDARD
Standard implementation that calls out to
System.currentTimeMillis() . |
Modifier and Type | Method and Description |
---|---|
static SdkClock |
SdkClock.Instance.get() |
Modifier and Type | Method and Description |
---|---|
static void |
SdkClock.Instance.set(SdkClock newClock)
Should only be used by tests to mock the clock.
|
Constructor and Description |
---|
AWS4Signer(SdkClock clock) |
AWS4UnsignedPayloadSigner(SdkClock clock) |
Modifier and Type | Method and Description |
---|---|
SdkClock |
PresignerParams.clock() |
Modifier and Type | Method and Description |
---|---|
PresignerParams.Builder |
PresignerParams.Builder.clock(SdkClock clock) |
Constructor and Description |
---|
PresignerParams(URI endpoint,
AWSCredentialsProvider credentialsProvider,
SignerProvider signerProvider,
SdkClock clock) |
Copyright © 2024. All rights reserved.