Searched refs:AUTHORIZATION (Results 1 – 12 of 12) sorted by relevance
77 private static final Metadata.Key<String> AUTHORIZATION = Metadata.Key.of("Authorization", field in GoogleAuthLibraryCallCredentialsTest163 Iterable<String> authorization = headers.getAll(AUTHORIZATION); in copyCredentialsToHeaders()243 Iterable<String> authorization = headerList.get(1).getAll(AUTHORIZATION); in credentialsReturnNullMetadata()270 Iterable<String> authorization = headers.getAll(AUTHORIZATION); in oauth2Credential()290 Iterable<String> authorization = headers.getAll(AUTHORIZATION); in googleCredential_privacyAndIntegrityAllowed()374 String[] authorization = Iterables.toArray(headers.getAll(AUTHORIZATION), String.class); in serviceAccountToJwt()401 Iterable<String> authorization = headers.getAll(AUTHORIZATION); in serviceAccountWithScopeNotToJwt()420 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
2262 …[PR['PR_KEYWORD'], /^(?:ADD|ALL|ALTER|AND|ANY|AS|ASC|AUTHORIZATION|BACKUP|BEGIN|BETWEEN|BREAK|BROW…