| Modifier and Type | Method and Description |
|---|---|
SignedRequest |
DefaultAwsCrtV4aHttpSigner.sign(SignRequest<? extends AwsCredentialsIdentity> request) |
| Modifier and Type | Method and Description |
|---|---|
SignedRequest |
DefaultAwsV4HttpSigner.sign(SignRequest<? extends AwsCredentialsIdentity> request) |
SignedRequest |
DefaultIBMOAuthIAMHttpSigner.sign(SignRequest<? extends IBMOAuthIdentity> request) |
| Modifier and Type | Method and Description |
|---|---|
SignedRequest |
DefaultBearerHttpSigner.sign(SignRequest<? extends TokenIdentity> request) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSignedRequest |
| Modifier and Type | Method and Description |
|---|---|
SignedRequest |
DefaultSignedRequest.BuilderImpl.build() |
SignedRequest |
NoOpHttpSigner.sign(SignRequest<? extends T> request) |
| Modifier and Type | Method and Description |
|---|---|
default SignedRequest |
HttpSigner.sign(Consumer<SignRequest.Builder<IdentityT>> consumer)
Method that takes in inputs to sign a request with sync payload and returns a signed version of the request.
|
SignedRequest |
HttpSigner.sign(SignRequest<? extends IdentityT> request)
Method that takes in inputs to sign a request with sync payload and returns a signed version of the request.
|
| Modifier and Type | Method and Description |
|---|---|
SignedRequest |
DefaultS3ExpressHttpSigner.sign(SignRequest<? extends S3ExpressSessionCredentials> request) |
Copyright © 2026. All rights reserved.