Home
last modified time | relevance | path

Searched refs:AuthSchemeFactory (Results 1 – 6 of 6) sorted by relevance

/external/apache-http/src/org/apache/http/auth/
DAuthSchemeRegistry.java58 private final Map<String,AuthSchemeFactory> registeredSchemes;
62 this.registeredSchemes = new LinkedHashMap<String,AuthSchemeFactory>(); in AuthSchemeRegistry()
82 final AuthSchemeFactory factory) { in register()
122 AuthSchemeFactory factory = registeredSchemes.get(name.toLowerCase(Locale.ENGLISH)); in getAuthScheme()
146 public synchronized void setItems(final Map<String, AuthSchemeFactory> map) { in setItems()
DAuthSchemeFactory.java47 public interface AuthSchemeFactory { interface
/external/apache-http/src/org/apache/http/impl/auth/
DBasicSchemeFactory.java35 import org.apache.http.auth.AuthSchemeFactory;
49 public class BasicSchemeFactory implements AuthSchemeFactory {
DDigestSchemeFactory.java35 import org.apache.http.auth.AuthSchemeFactory;
49 public class DigestSchemeFactory implements AuthSchemeFactory {
/external/apache-http/api/
Dcurrent.txt1174 @Deprecated public interface AuthSchemeFactory {
1182 method @Deprecated public void register(String, org.apache.http.auth.AuthSchemeFactory);
1183 …cated public void setItems(java.util.Map<java.lang.String,org.apache.http.auth.AuthSchemeFactory>);
2350 @Deprecated public class BasicSchemeFactory implements org.apache.http.auth.AuthSchemeFactory {
2365 @Deprecated public class DigestSchemeFactory implements org.apache.http.auth.AuthSchemeFactory {
/external/apache-http/
Dart-profile69 …ttp/auth/AuthSchemeRegistry;->register(Ljava/lang/String;Lorg/apache/http/auth/AuthSchemeFactory;)V