Class BearerTokenSigner
java.lang.Object
software.amazon.awssdk.auth.token.signer.aws.BearerTokenSigner
- All Implemented Interfaces:
Signer
Deprecated.
A
Signer that will sign a request with Bearer token authorization.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BearerTokenSignercreate()Deprecated.Deprecated.sign(SdkHttpFullRequest request, TokenSignerParams signerParams) Deprecated.Signs the request by adding an 'Authorization' header containing the string value of the token in accordance with RFC 6750, section 2.1.sign(SdkHttpFullRequest request, ExecutionAttributes executionAttributes) Deprecated.Signs the request by adding an 'Authorization' header containing the string value of the token in accordance with RFC 6750, section 2.1.
-
Constructor Details
-
BearerTokenSigner
public BearerTokenSigner()Deprecated.
-
-
Method Details
-
create
Deprecated. -
credentialType
Deprecated.- Specified by:
credentialTypein interfaceSigner
-
sign
Deprecated.Signs the request by adding an 'Authorization' header containing the string value of the token in accordance with RFC 6750, section 2.1.- Parameters:
request- The request to signsignerParams- Contains the attributes required for signing the request- Returns:
- The signed request.
-
sign
Deprecated.Signs the request by adding an 'Authorization' header containing the string value of the token in accordance with RFC 6750, section 2.1.
-
software.amazon.awssdk.http.auth.signer.BearerHttpSignerfrom the 'http-auth' module.