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 ExternalAccountSupplierContext
AwsCredentials. supplierContext
private ExternalAccountSupplierContext
IdentityPoolCredentials. supplierContext
Methods in com.google.auth.oauth2 that return ExternalAccountSupplierContext Modifier and Type Method Description (package private) ExternalAccountSupplierContext
ExternalAccountSupplierContext.Builder. build()
Methods in com.google.auth.oauth2 with parameters of type ExternalAccountSupplierContext Modifier and Type Method Description AwsSecurityCredentials
AwsSecurityCredentialsSupplier. getCredentials(ExternalAccountSupplierContext context)
Gets AWS security credentials.AwsSecurityCredentials
InternalAwsSecurityCredentialsSupplier. getCredentials(ExternalAccountSupplierContext context)
java.lang.String
AwsSecurityCredentialsSupplier. getRegion(ExternalAccountSupplierContext context)
Gets the AWS region to use.java.lang.String
InternalAwsSecurityCredentialsSupplier. getRegion(ExternalAccountSupplierContext context)
java.lang.String
FileIdentityPoolSubjectTokenSupplier. getSubjectToken(ExternalAccountSupplierContext context)
java.lang.String
IdentityPoolSubjectTokenSupplier. getSubjectToken(ExternalAccountSupplierContext context)
Gets a subject token that can be exchanged for a GCP access token.java.lang.String
UrlIdentityPoolSubjectTokenSupplier. getSubjectToken(ExternalAccountSupplierContext context)
-