Uses of Interface
com.google.auth.oauth2.IdentityPoolSubjectTokenSupplier
-
Packages that use IdentityPoolSubjectTokenSupplier Package Description com.google.auth.oauth2 -
-
Uses of IdentityPoolSubjectTokenSupplier in com.google.auth.oauth2
Classes in com.google.auth.oauth2 that implement IdentityPoolSubjectTokenSupplier Modifier and Type Class Description (package private) class
FileIdentityPoolSubjectTokenSupplier
Internal provider for retrieving subject tokens forIdentityPoolCredentials
to exchange for GCP access tokens via a local file.(package private) class
UrlIdentityPoolSubjectTokenSupplier
Provider for retrieving subject tokens forIdentityPoolCredentials
to exchange for GCP access tokens.Fields in com.google.auth.oauth2 declared as IdentityPoolSubjectTokenSupplier Modifier and Type Field Description private IdentityPoolSubjectTokenSupplier
IdentityPoolCredentials.Builder. subjectTokenSupplier
private IdentityPoolSubjectTokenSupplier
IdentityPoolCredentials. subjectTokenSupplier
Methods in com.google.auth.oauth2 that return IdentityPoolSubjectTokenSupplier Modifier and Type Method Description (package private) IdentityPoolSubjectTokenSupplier
IdentityPoolCredentials. getIdentityPoolSubjectTokenSupplier()
Methods in com.google.auth.oauth2 with parameters of type IdentityPoolSubjectTokenSupplier Modifier and Type Method Description IdentityPoolCredentials.Builder
IdentityPoolCredentials.Builder. setSubjectTokenSupplier(IdentityPoolSubjectTokenSupplier subjectTokenSupplier)
Sets the subject token supplier.
-