Uses of Class
com.google.auth.oauth2.ExternalAccountSupplierContext
-
Packages that use ExternalAccountSupplierContext Package Description com.google.auth.oauth2 -
-
Uses of ExternalAccountSupplierContext in com.google.auth.oauth2
Fields in com.google.auth.oauth2 declared as ExternalAccountSupplierContext Modifier and Type Field Description private ExternalAccountSupplierContextAwsCredentials. supplierContextprivate ExternalAccountSupplierContextIdentityPoolCredentials. supplierContextMethods in com.google.auth.oauth2 that return ExternalAccountSupplierContext Modifier and Type Method Description (package private) ExternalAccountSupplierContextExternalAccountSupplierContext.Builder. build()Methods in com.google.auth.oauth2 with parameters of type ExternalAccountSupplierContext Modifier and Type Method Description AwsSecurityCredentialsAwsSecurityCredentialsSupplier. getCredentials(ExternalAccountSupplierContext context)Gets AWS security credentials.AwsSecurityCredentialsInternalAwsSecurityCredentialsSupplier. getCredentials(ExternalAccountSupplierContext context)java.lang.StringAwsSecurityCredentialsSupplier. getRegion(ExternalAccountSupplierContext context)Gets the AWS region to use.java.lang.StringInternalAwsSecurityCredentialsSupplier. getRegion(ExternalAccountSupplierContext context)java.lang.StringFileIdentityPoolSubjectTokenSupplier. getSubjectToken(ExternalAccountSupplierContext context)java.lang.StringIdentityPoolSubjectTokenSupplier. getSubjectToken(ExternalAccountSupplierContext context)Gets a subject token that can be exchanged for a GCP access token.java.lang.StringUrlIdentityPoolSubjectTokenSupplier. getSubjectToken(ExternalAccountSupplierContext context)
-