Uses of Class
com.google.auth.oauth2.AwsSecurityCredentials
Packages that use AwsSecurityCredentials
-
Uses of AwsSecurityCredentials in com.google.auth.oauth2
Fields in com.google.auth.oauth2 declared as AwsSecurityCredentialsModifier and TypeFieldDescriptionprivate AwsSecurityCredentials
AwsRequestSignature.awsSecurityCredentials
private AwsSecurityCredentials
AwsRequestSignature.Builder.awsSecurityCredentials
private final AwsSecurityCredentials
AwsRequestSigner.awsSecurityCredentials
private final AwsSecurityCredentials
AwsRequestSigner.Builder.awsSecurityCredentials
Methods in com.google.auth.oauth2 that return AwsSecurityCredentialsModifier and TypeMethodDescriptionAwsSecurityCredentialsSupplier.getCredentials
(ExternalAccountSupplierContext context) Gets AWS security credentials.InternalAwsSecurityCredentialsSupplier.getCredentials
(ExternalAccountSupplierContext context) (package private) AwsSecurityCredentials
AwsRequestSignature.getSecurityCredentials()
Returns the AWS security credentials.Methods in com.google.auth.oauth2 with parameters of type AwsSecurityCredentialsModifier and TypeMethodDescription(package private) static AwsRequestSigner.Builder
AwsRequestSigner.newBuilder
(AwsSecurityCredentials awsSecurityCredentials, String httpMethod, String url, String region) (package private) AwsRequestSignature.Builder
AwsRequestSignature.Builder.setSecurityCredentials
(AwsSecurityCredentials awsSecurityCredentials) Constructors in com.google.auth.oauth2 with parameters of type AwsSecurityCredentialsModifierConstructorDescriptionprivate
AwsRequestSignature
(AwsSecurityCredentials awsSecurityCredentials, Map<String, String> canonicalHeaders, String signature, String credentialScope, String url, String httpMethod, String date, String region, String authorizationHeader) private
AwsRequestSigner
(AwsSecurityCredentials awsSecurityCredentials, String httpMethod, String url, String region, String requestPayload, Map<String, String> additionalHeaders, AwsDates awsDates) Internal constructor.private
Builder
(AwsSecurityCredentials awsSecurityCredentials, String httpMethod, String url, String region)