OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Credential
(Results
1 - 2
of
2
) sorted by null
/external/okhttp/src/main/java/com/squareup/okhttp/
OkAuthenticator.java
31
* Returns a
credential
that satisfies the authentication challenge made by
39
Credential
authenticate(Proxy proxy, URL url, List<Challenge> challenges) throws IOException;
42
* Returns a
credential
that satisfies the authentication challenge made by
50
Credential
authenticateProxy(Proxy proxy, URL url, List<Challenge> challenges) throws IOException;
87
/** An RFC 2617
credential
. */
88
public final class
Credential
{
91
private
Credential
(String headerValue) {
95
/** Returns an auth
credential
for the Basic scheme. */
96
public static
Credential
basic(String userName, String password) {
101
return new
Credential
("Basic " + encoded)
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar
Completed in 38 milliseconds