Uses of Class
com.google.auth.oauth2.ImpersonatedCredentials
Packages that use ImpersonatedCredentials
-
Uses of ImpersonatedCredentials in com.google.auth.oauth2
Fields in com.google.auth.oauth2 declared as ImpersonatedCredentialsModifier and TypeFieldDescriptionprotected ImpersonatedCredentialsExternalAccountCredentials.impersonatedCredentialsMethods in com.google.auth.oauth2 that return ImpersonatedCredentialsModifier and TypeMethodDescriptionImpersonatedCredentials.Builder.build()static ImpersonatedCredentialsImpersonatedCredentials.create(GoogleCredentials sourceCredentials, String targetPrincipal, List<String> delegates, List<String> scopes, int lifetime) static ImpersonatedCredentialsImpersonatedCredentials.create(GoogleCredentials sourceCredentials, String targetPrincipal, List<String> delegates, List<String> scopes, int lifetime, HttpTransportFactory transportFactory) static ImpersonatedCredentialsImpersonatedCredentials.create(GoogleCredentials sourceCredentials, String targetPrincipal, List<String> delegates, List<String> scopes, int lifetime, HttpTransportFactory transportFactory, String quotaProjectId) static ImpersonatedCredentialsImpersonatedCredentials.create(GoogleCredentials sourceCredentials, String targetPrincipal, List<String> delegates, List<String> scopes, int lifetime, HttpTransportFactory transportFactory, String quotaProjectId, String iamEndpointOverride) ImpersonatedCredentials.createWithCustomCalendar(Calendar calendar) Clones the impersonated credentials with a new calendar.Constructors in com.google.auth.oauth2 with parameters of type ImpersonatedCredentials