- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for Hc4FormScheme (0.2 seconds)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/Hc4HttpClient.java
final List<Pair<Hc4FormScheme, Credentials>> formSchemeList = new ArrayList<>(); for (final Hc4Authentication authentication : siteCredentialList) { final AuthScheme authScheme = authentication.getAuthScheme(); if (authScheme instanceof Hc4FormScheme) { formSchemeList.add(new Pair<>((Hc4FormScheme) authScheme, authentication.getCredentials())); } else {
Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Fri Jan 09 23:46:52 GMT 2026 - 54.4K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/Hc5HttpClient.java
AuthScheme hc5AuthScheme = null; final org.apache.http.auth.AuthScheme hc4AuthScheme = hc4Auth.getAuthScheme(); if (hc4AuthScheme instanceof Hc4FormScheme) { hc5AuthScheme = convertFormScheme((Hc4FormScheme) hc4AuthScheme); } result.add(new Hc5Authentication(hc5Scope, hc5Creds, hc5AuthScheme)); } catch (final Exception e) {Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Sat Jan 31 12:23:29 GMT 2026 - 62.2K bytes - Click Count (0)