Searched defs:Authenticator (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/net/
H A DAuthenticator.java23 * authenticator which extends {@code Authenticator} by {@code
24 * setDefault(Authenticator a)}. Then it should override {@code
31 public abstract class Authenticator { class
34 private static Authenticator thisAuthenticator;
139 // Authenticator
150 public static void setDefault(Authenticator a) {
190 // Authenticator
230 Authenticator.RequestorType reqType) {
246 // Authenticator
265 protected Authenticator
[all...]

Completed in 849 milliseconds