Uses of Class
com.google.auth.oauth2.ImpersonatedCredentials
-
Packages that use ImpersonatedCredentials Package Description com.google.auth.oauth2 -
-
Uses of ImpersonatedCredentials in com.google.auth.oauth2
Fields in com.google.auth.oauth2 declared as ImpersonatedCredentials Modifier and Type Field Description protected ImpersonatedCredentials
ExternalAccountCredentials. impersonatedCredentials
Methods in com.google.auth.oauth2 that return ImpersonatedCredentials Modifier and Type Method 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)
static ImpersonatedCredentials
ImpersonatedCredentials. create(GoogleCredentials sourceCredentials, String targetPrincipal, List<String> delegates, List<String> scopes, int lifetime, HttpTransportFactory transportFactory, String quotaProjectId)
static ImpersonatedCredentials
ImpersonatedCredentials. create(GoogleCredentials sourceCredentials, String targetPrincipal, List<String> delegates, List<String> scopes, int lifetime, HttpTransportFactory transportFactory, String quotaProjectId, String iamEndpointOverride)
ImpersonatedCredentials
ImpersonatedCredentials. createWithCustomCalendar(Calendar calendar)
Clones the impersonated credentials with a new calendar.
-