Home
last modified time | relevance | path

Searched refs:AuthSchemeFactory (Results 1 – 5 of 5) 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/
Dapache-http-legacy-current.txt1263 public abstract deprecated interface AuthSchemeFactory {
1271 …method public synchronized void register(java.lang.String, org.apache.http.auth.AuthSchemeFactory);
1272 …ynchronized void setItems(java.util.Map<java.lang.String, org.apache.http.auth.AuthSchemeFactory>);
2471 public deprecated class BasicSchemeFactory implements org.apache.http.auth.AuthSchemeFactory {
2486 public deprecated class DigestSchemeFactory implements org.apache.http.auth.AuthSchemeFactory {