OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:credMap
(Results
1 - 2
of
2
) sorted by null
/external/apache-http/src/org/apache/http/impl/client/
BasicCredentialsProvider.java
55
private final HashMap<AuthScope, Credentials>
credMap
;
62
this.
credMap
= new HashMap<AuthScope, Credentials>();
81
credMap
.put(authscope, credentials);
128
return matchCredentials(this.
credMap
, authscope);
133
return
credMap
.toString();
140
this.
credMap
.clear();
/prebuilt/common/http-client/
httpclient-4.1.1.jar
Completed in 9478 milliseconds