Class DefaultBearerHttpSigner
java.lang.Object
software.amazon.awssdk.http.auth.internal.signer.DefaultBearerHttpSigner
- All Implemented Interfaces:
BearerHttpSigner,HttpSigner<TokenIdentity>
@SdkInternalApi
public final class DefaultBearerHttpSigner
extends Object
implements BearerHttpSigner
A default implementation of
BearerHttpSigner.-
Field Summary
Fields inherited from interface software.amazon.awssdk.http.auth.spi.signer.HttpSigner
SIGNING_CLOCK -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsign(SignRequest<? extends TokenIdentity> request) signAsync(AsyncSignRequest<? extends TokenIdentity> request) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.http.auth.spi.signer.HttpSigner
doNotSign, sign, signAsync
-
Constructor Details
-
DefaultBearerHttpSigner
public DefaultBearerHttpSigner()
-
-
Method Details
-
sign
- Specified by:
signin interfaceHttpSigner<TokenIdentity>
-
signAsync
public CompletableFuture<AsyncSignedRequest> signAsync(AsyncSignRequest<? extends TokenIdentity> request) - Specified by:
signAsyncin interfaceHttpSigner<TokenIdentity>
-