Uses of Class
com.google.auth.oauth2.ExternalAccountCredentials
-
Packages that use ExternalAccountCredentials Package Description com.google.auth.oauth2 -
-
Uses of ExternalAccountCredentials in com.google.auth.oauth2
Subclasses of ExternalAccountCredentials in com.google.auth.oauth2 Modifier and Type Class Description class
AwsCredentials
AWS credentials representing a third-party identity for calling Google APIs.class
IdentityPoolCredentials
Url-sourced and file-sourced external account credentials.class
PluggableAuthCredentials
PluggableAuthCredentials enables the exchange of workload identity pool external credentials for Google access tokens by retrieving 3rd party tokens through a user supplied executable.Methods in com.google.auth.oauth2 that return ExternalAccountCredentials Modifier and Type Method Description abstract ExternalAccountCredentials
ExternalAccountCredentials.Builder. build()
static ExternalAccountCredentials
ExternalAccountCredentials. fromStream(InputStream credentialsStream)
Returns credentials defined by a JSON file stream.static ExternalAccountCredentials
ExternalAccountCredentials. fromStream(InputStream credentialsStream, HttpTransportFactory transportFactory)
Returns credentials defined by a JSON file stream.Constructors in com.google.auth.oauth2 with parameters of type ExternalAccountCredentials Constructor Description Builder(ExternalAccountCredentials credentials)
-