Searched refs:GoogleAuthLibraryCallCredentials (Results 1 – 3 of 3) sorted by relevance
156 GoogleAuthLibraryCallCredentials callCredentials = in copyCredentialsToHeaders()157 new GoogleAuthLibraryCallCredentials(credentials); in copyCredentialsToHeaders()178 GoogleAuthLibraryCallCredentials callCredentials = in invalidBase64()179 new GoogleAuthLibraryCallCredentials(credentials); in invalidBase64()194 GoogleAuthLibraryCallCredentials callCredentials = in credentialsFailsWithIoException()195 new GoogleAuthLibraryCallCredentials(credentials); in credentialsFailsWithIoException()210 GoogleAuthLibraryCallCredentials callCredentials = in credentialsFailsWithRuntimeException()211 new GoogleAuthLibraryCallCredentials(credentials); in credentialsFailsWithRuntimeException()229 GoogleAuthLibraryCallCredentials callCredentials = in credentialsReturnNullMetadata()230 new GoogleAuthLibraryCallCredentials(credentials); in credentialsReturnNullMetadata()[all …]
50 final class GoogleAuthLibraryCallCredentials implements CallCredentials { class52 = Logger.getLogger(GoogleAuthLibraryCallCredentials.class.getName());54 = createJwtHelperOrNull(GoogleAuthLibraryCallCredentials.class.getClassLoader());65 public GoogleAuthLibraryCallCredentials(Credentials creds) { in GoogleAuthLibraryCallCredentials() method in GoogleAuthLibraryCallCredentials70 GoogleAuthLibraryCallCredentials(Credentials creds, JwtHelper jwtHelper) { in GoogleAuthLibraryCallCredentials() method in GoogleAuthLibraryCallCredentials127 synchronized (GoogleAuthLibraryCallCredentials.this) { in applyRequestMetadata()
35 return new GoogleAuthLibraryCallCredentials(creds); in from()