Home
last modified time | relevance | path

Searched refs:AuthSchemes (Results 1 – 25 of 209) sorted by relevance

123456789

/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/thirdparty/ch/boye/httpclientandroidlib/impl/client/
H A DSystemDefaultCredentialsProvider.java41 import ch.boye.httpclientandroidlib.client.config.AuthSchemes;
57 SCHEME_MAP.put(AuthSchemes.BASIC.toUpperCase(Locale.ENGLISH), "Basic"); in AuthSchemes.BASIC.toUpperCase()
58 SCHEME_MAP.put(AuthSchemes.DIGEST.toUpperCase(Locale.ENGLISH), "Digest"); in AuthSchemes.DIGEST.toUpperCase()
59 SCHEME_MAP.put(AuthSchemes.NTLM.toUpperCase(Locale.ENGLISH), "NTLM"); in AuthSchemes.NTLM.toUpperCase()
60 SCHEME_MAP.put(AuthSchemes.SPNEGO.toUpperCase(Locale.ENGLISH), "SPNEGO"); in AuthSchemes.SPNEGO.toUpperCase()
61 SCHEME_MAP.put(AuthSchemes.KERBEROS.toUpperCase(Locale.ENGLISH), "Kerberos"); in AuthSchemes.KERBEROS.toUpperCase()
124 if (AuthSchemes.NTLM.equalsIgnoreCase(authscope.getScheme())) { in getCredentials()
H A DAuthenticationStrategyImpl.java56 import ch.boye.httpclientandroidlib.client.config.AuthSchemes;
71 Collections.unmodifiableList(Arrays.asList(AuthSchemes.SPNEGO,
72 AuthSchemes.KERBEROS,
73 AuthSchemes.NTLM,
74 AuthSchemes.DIGEST,
75 AuthSchemes.BASIC));
225 return schemeName.equalsIgnoreCase(AuthSchemes.BASIC) || in isCachable()
226 schemeName.equalsIgnoreCase(AuthSchemes.DIGEST); in isCachable()
H A DProxyClient.java45 import ch.boye.httpclientandroidlib.client.config.AuthSchemes;
116 this.authSchemeRegistry.register(AuthSchemes.BASIC, new BasicSchemeFactory()); in ProxyClient()
117 this.authSchemeRegistry.register(AuthSchemes.DIGEST, new DigestSchemeFactory()); in ProxyClient()
118 this.authSchemeRegistry.register(AuthSchemes.NTLM, new NTLMSchemeFactory()); in ProxyClient()
H A DHttpClientBuilder.java56 import ch.boye.httpclientandroidlib.client.config.AuthSchemes;
908 .register(AuthSchemes.BASIC, new BasicSchemeFactory()) in build()
909 .register(AuthSchemes.DIGEST, new DigestSchemeFactory()) in build()
910 .register(AuthSchemes.NTLM, new NTLMSchemeFactory()) in build()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/thirdparty/ch/boye/httpclientandroidlib/impl/client/
H A DSystemDefaultCredentialsProvider.java41 import ch.boye.httpclientandroidlib.client.config.AuthSchemes;
57 SCHEME_MAP.put(AuthSchemes.BASIC.toUpperCase(Locale.ENGLISH), "Basic"); in AuthSchemes.BASIC.toUpperCase()
58 SCHEME_MAP.put(AuthSchemes.DIGEST.toUpperCase(Locale.ENGLISH), "Digest"); in AuthSchemes.DIGEST.toUpperCase()
59 SCHEME_MAP.put(AuthSchemes.NTLM.toUpperCase(Locale.ENGLISH), "NTLM"); in AuthSchemes.NTLM.toUpperCase()
60 SCHEME_MAP.put(AuthSchemes.SPNEGO.toUpperCase(Locale.ENGLISH), "SPNEGO"); in AuthSchemes.SPNEGO.toUpperCase()
61 SCHEME_MAP.put(AuthSchemes.KERBEROS.toUpperCase(Locale.ENGLISH), "Kerberos"); in AuthSchemes.KERBEROS.toUpperCase()
124 if (AuthSchemes.NTLM.equalsIgnoreCase(authscope.getScheme())) { in getCredentials()
H A DAuthenticationStrategyImpl.java56 import ch.boye.httpclientandroidlib.client.config.AuthSchemes;
71 Collections.unmodifiableList(Arrays.asList(AuthSchemes.SPNEGO,
72 AuthSchemes.KERBEROS,
73 AuthSchemes.NTLM,
74 AuthSchemes.DIGEST,
75 AuthSchemes.BASIC));
225 return schemeName.equalsIgnoreCase(AuthSchemes.BASIC) || in isCachable()
226 schemeName.equalsIgnoreCase(AuthSchemes.DIGEST); in isCachable()
H A DProxyClient.java45 import ch.boye.httpclientandroidlib.client.config.AuthSchemes;
116 this.authSchemeRegistry.register(AuthSchemes.BASIC, new BasicSchemeFactory()); in ProxyClient()
117 this.authSchemeRegistry.register(AuthSchemes.DIGEST, new DigestSchemeFactory()); in ProxyClient()
118 this.authSchemeRegistry.register(AuthSchemes.NTLM, new NTLMSchemeFactory()); in ProxyClient()
H A DHttpClientBuilder.java56 import ch.boye.httpclientandroidlib.client.config.AuthSchemes;
908 .register(AuthSchemes.BASIC, new BasicSchemeFactory()) in build()
909 .register(AuthSchemes.DIGEST, new DigestSchemeFactory()) in build()
910 .register(AuthSchemes.NTLM, new NTLMSchemeFactory()) in build()
/dports/mail/davmail/davmail-src-6.0.1-3390/src/java/davmail/http/
H A DHttpClientAdapter.java43 import org.apache.http.client.config.AuthSchemes;
295 registryBuilder.register(AuthSchemes.NTLM, new JCIFSNTLMSchemeFactory()) in getAuthSchemeRegistry()
296 .register(AuthSchemes.BASIC, new BasicSchemeFactory()) in getAuthSchemeRegistry()
297 .register(AuthSchemes.DIGEST, new DigestSchemeFactory()); in getAuthSchemeRegistry()
299 registryBuilder.register(AuthSchemes.SPNEGO, new SPNegoSchemeFactory()) in getAuthSchemeRegistry()
300 .register(AuthSchemes.KERBEROS, new KerberosSchemeFactory()); in getAuthSchemeRegistry()
309 authSchemes.add(AuthSchemes.SPNEGO); in getRequestConfig()
310 authSchemes.add(AuthSchemes.KERBEROS); in getRequestConfig()
312 authSchemes.add(AuthSchemes.NTLM); in getRequestConfig()
313 authSchemes.add(AuthSchemes.BASIC); in getRequestConfig()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/thirdparty/ch/boye/httpclientandroidlib/client/config/
H A DAuthSchemes.java38 public final class AuthSchemes { class
68 private AuthSchemes() { in AuthSchemes() method in AuthSchemes
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/thirdparty/ch/boye/httpclientandroidlib/client/config/
H A DAuthSchemes.java38 public final class AuthSchemes { class
68 private AuthSchemes() { in AuthSchemes() method in AuthSchemes
/dports/www/fabio/fabio-1.5.14/proxy/
H A Dhttp_proxy.go66 AuthSchemes map[string]auth.AuthScheme member
106 if !t.Authorized(r, w, p.AuthSchemes) {
/dports/www/fabio/fabio-1.5.14/config/
H A Ddefault.go49 AuthSchemes: map[string]AuthScheme{},
H A Dconfig.go78 AuthSchemes map[string]AuthScheme member
H A Dload_test.go274 cfg.Proxy.AuthSchemes = map[string]AuthScheme{
291 cfg.Proxy.AuthSchemes = map[string]AuthScheme{
/dports/www/fabio/fabio-1.5.14/
H A Dmain.go225 authSchemes, err := auth.LoadAuthSchemes(cfg.Proxy.AuthSchemes)
247 AuthSchemes: authSchemes,
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/winapi-0.2.8/src/
H A Dhttp.rs125 AuthSchemes: ::ULONG,
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/winapi-0.2.8/src/
H A Dhttp.rs125 AuthSchemes: ::ULONG,
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/winapi-0.2.8/src/
H A Dhttp.rs125 AuthSchemes: ::ULONG,
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/winapi-0.2.8/src/
H A Dhttp.rs125 AuthSchemes: ::ULONG,
/dports/net/gemserv/gemserv-v0.4.5/cargo-crates/winapi-0.2.8/src/
H A Dhttp.rs125 AuthSchemes: ::ULONG,
/dports/devel/sccache/sccache-0.2.15/cargo-crates/winapi-0.2.8/src/
H A Dhttp.rs125 AuthSchemes: ::ULONG,
/dports/games/genact/genact-0.10.0/cargo-crates/winapi-0.2.8/src/
H A Dhttp.rs125 AuthSchemes: ::ULONG,
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/winapi-0.2.8/src/
H A Dhttp.rs125 AuthSchemes: ::ULONG,
/dports/net-mgmt/nfs-exporter/freebsd-nfs-exporter-0.3.0/cargo-crates/winapi-0.2.8/src/
H A Dhttp.rs125 AuthSchemes: ::ULONG,

123456789