Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for Hc5FormScheme (0.06 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/Hc5HttpClient.java

            final List<Pair<Hc5FormScheme, Credentials>> formSchemeList = new ArrayList<>();
            for (final Hc5Authentication authentication : siteCredentialList) {
                final AuthScheme authScheme = authentication.getAuthScheme();
                if (authScheme instanceof Hc5FormScheme) {
                    formSchemeList.add(new Pair<>((Hc5FormScheme) authScheme, authentication.getCredentials()));
                } else {
    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)
Back to Top