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) This method is marked obsolete.static ImpersonatedCredentialsImpersonatedCredentials.fromStream(InputStream credentialsStream) Returns credentials defined by a ImpersonatedCredential key file in JSON format from the Google Developers Console.static ImpersonatedCredentialsImpersonatedCredentials.fromStream(InputStream credentialsStream, HttpTransportFactory transportFactory) Returns credentials defined by a ImpersonatedCredential key file in JSON format from the Google Developers Console.Constructors in com.google.auth.oauth2 with parameters of type ImpersonatedCredentials