Searched refs:authorizationHeaders (Results 1 – 1 of 1) sorted by relevance
25 private ConcurrentHashMap<String, List<AuthorizationHeader>> authorizationHeaders = field in CredentialsCache40 authorizationHeaders.remove(callId); in run()67 List<AuthorizationHeader> authHeaders = authorizationHeaders.get(callId); in cacheAuthorizationHeader()70 authorizationHeaders.put(callId, authHeaders); in cacheAuthorizationHeader()105 return this.authorizationHeaders.get(callid); in getCachedAuthorizationHeaders()115 this.authorizationHeaders.remove(callId); in removeAuthenticationHeader()