| Package | Description |
|---|---|
| com.google.auth.oauth2 |
| Modifier and Type | Field and Description |
|---|---|
protected ImpersonatedCredentials |
ExternalAccountCredentials.impersonatedCredentials |
| Modifier and Type | Method and Description |
|---|---|
ImpersonatedCredentials |
ImpersonatedCredentials.Builder.build() |
static ImpersonatedCredentials |
ImpersonatedCredentials.create(GoogleCredentials sourceCredentials,
String targetPrincipal,
List<String> delegates,
List<String> scopes,
int lifetime) |
static ImpersonatedCredentials |
ImpersonatedCredentials.create(GoogleCredentials sourceCredentials,
String targetPrincipal,
List<String> delegates,
List<String> scopes,
int lifetime,
HttpTransportFactory transportFactory) |
Copyright © 2021 Google. All rights reserved.