Searched refs:AUTHORIZATION (Results 1 – 14 of 14) sorted by relevance
77 private static final Metadata.Key<String> AUTHORIZATION = Metadata.Key.of("Authorization", field in GoogleAuthLibraryCallCredentialsTest160 Iterable<String> authorization = headers.getAll(AUTHORIZATION); in copyCredentialsToHeaders()240 Iterable<String> authorization = headerList.get(1).getAll(AUTHORIZATION); in credentialsReturnNullMetadata()264 Iterable<String> authorization = headers.getAll(AUTHORIZATION); in oauth2Credential()282 Iterable<String> authorization = headers.getAll(AUTHORIZATION); in googleCredential_privacyAndIntegrityAllowed()336 String[] authorization = Iterables.toArray(headers.getAll(AUTHORIZATION), String.class); in serviceAccountToJwt()363 Iterable<String> authorization = headers.getAll(AUTHORIZATION); in serviceAccountWithScopeNotToJwt()382 Iterable<String> authorization = headers.getAll(AUTHORIZATION); in oauthClassesNotInClassPath()
64 private static final Metadata.Key<String> AUTHORIZATION = Metadata.Key.of("Authorization", field in ClientAuthInterceptorTest122 Iterable<String> authorization = headers.getAll(AUTHORIZATION); in testCopyCredentialToHeaders()139 Assert.assertNull(headers.getAll(AUTHORIZATION)); in testCredentialsThrows()162 Iterable<String> authorization = headers.getAll(AUTHORIZATION); in testWithOAuth2Credential()
67 headerName(TokenTypes.AUTHORIZATION); in parse()
60 public static final int AUTHORIZATION = START + 23; field
155 TokenTypes.AUTHORIZATION); in selectLexer()
363 Matcher m = AUTHORIZATION.matcher(authorization); in decodeAuthorization()387 private static final Pattern AUTHORIZATION = Pattern.compile("\\s*(\\w*)\\s+(.*)"); field in OAuthMessage
65 public static final String AUTHORIZATION = AuthorizationHeader.NAME; //19 field
115 putNameMap(AUTHORIZATION, Authorization.class.getName()); //19 in initializeNameMap()
163 || this.headerName.equals(SIPHeaderNames.AUTHORIZATION) in encode()
71 public static final String AUTHORIZATION = "Authorization"; field in HttpHeaders
659 urlRequestBuilder.addHeader(HttpHeaders.AUTHORIZATION, "Bearer " + authToken); in runRequest()
390 assertThat(mockWebServer.takeRequest().getHeader(HttpHeaders.AUTHORIZATION)) in downloadOneFile_oAuthTokenProvider()419 .doesNotContain(HttpHeaders.AUTHORIZATION); in downloadOneFile_oAuthTokenProvider_nullToken()
2262 …[PR['PR_KEYWORD'], /^(?:ADD|ALL|ALTER|AND|ANY|AS|ASC|AUTHORIZATION|BACKUP|BEGIN|BETWEEN|BREAK|BROW…