Searched refs:PluggableAuthCredentials (Results 1 – 7 of 7) sorted by relevance
64 private static final PluggableAuthCredentials CREDENTIAL =65 PluggableAuthCredentials.newBuilder()88 PluggableAuthCredentials credential = in retrieveSubjectToken_shouldDelegateToHandler()89 PluggableAuthCredentials.newBuilder(CREDENTIAL) in retrieveSubjectToken_shouldDelegateToHandler()109 PluggableAuthCredentials credential = in retrieveSubjectToken_shouldPassAllOptionsToHandler()110 PluggableAuthCredentials.newBuilder(CREDENTIAL) in retrieveSubjectToken_shouldPassAllOptionsToHandler()149 PluggableAuthCredentials credential = in retrieveSubjectToken_shouldPassMinimalOptionsToHandler()150 PluggableAuthCredentials.newBuilder(CREDENTIAL) in retrieveSubjectToken_shouldPassMinimalOptionsToHandler()183 PluggableAuthCredentials credential = in refreshAccessToken_withoutServiceAccountImpersonation()184 PluggableAuthCredentials.newBuilder(CREDENTIAL) in refreshAccessToken_withoutServiceAccountImpersonation()[all …]
123 assertTrue(credential instanceof PluggableAuthCredentials); in fromStream_pluggableAuthCredentials()310 assertTrue(credential instanceof PluggableAuthCredentials); in fromJson_pluggableAuthCredentials()331 assertTrue(credential instanceof PluggableAuthCredentials); in fromJson_pluggableAuthCredentialsWorkforce()364 assertTrue(credential instanceof PluggableAuthCredentials); in fromJson_pluggableAuthCredentials_allExecutableOptionsSet()390 assertTrue(credential instanceof PluggableAuthCredentials); in fromJson_pluggableAuthCredentialsWithServiceAccountImpersonationOptions()422 assertTrue(credential instanceof PluggableAuthCredentials); in fromJson_pluggableAuthCredentials_withUniverseDomain()446 assertTrue(credential instanceof PluggableAuthCredentials); in fromJson_pluggableAuthCredentialsWithUniverseDomain()
218 PluggableAuthCredentials pluggableAuthCredentials = in pluggableAuthCredentials()219 (PluggableAuthCredentials) in pluggableAuthCredentials()
544 PluggableAuthCredentials copy = in fromStream_pluggableAuthCredentials_providesToken()545 PluggableAuthCredentials.newBuilder((PluggableAuthCredentials) credentials) in fromStream_pluggableAuthCredentials_providesToken()
100 public class PluggableAuthCredentials extends ExternalAccountCredentials { class109 PluggableAuthCredentials(Builder builder) { in PluggableAuthCredentials() method in PluggableAuthCredentials188 public PluggableAuthCredentials createScoped(Collection<String> newScopes) { in createScoped()189 return new PluggableAuthCredentials( in createScoped()190 (PluggableAuthCredentials.Builder) newBuilder(this).setScopes(newScopes)); in createScoped()202 public static Builder newBuilder(PluggableAuthCredentials pluggableAuthCredentials) { in newBuilder()218 Builder(PluggableAuthCredentials credentials) { in Builder()326 public PluggableAuthCredentials build() { in build()327 return new PluggableAuthCredentials(this); in build()
279 } else if (this instanceof PluggableAuthCredentials) { in buildImpersonatedCredentials()281 PluggableAuthCredentials.newBuilder((PluggableAuthCredentials) this) in buildImpersonatedCredentials()419 return PluggableAuthCredentials.newBuilder() in fromJson()
44 oauth2_http/java/com/google/auth/oauth2/PluggableAuthCredentials.java @googleapis/googlea…