- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for WebAuthenticationConfig (0.26 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/Hc5HttpClient.java
return null; } Properties result = null; if (value instanceof WebAuthenticationConfig[]) { for (final WebAuthenticationConfig config : (WebAuthenticationConfig[]) value) { if (config.getAuthSchemeType() == WebAuthenticationConfig.AuthSchemeType.NTLM) { if (result == null) { result = new Properties();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) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/Hc4HttpClient.java
if (value instanceof WebAuthenticationConfig[]) { return convertFromConfig((WebAuthenticationConfig[]) value); } logger.warn("Unknown authentication type: type={}", value.getClass().getName()); return new Hc4Authentication[0]; } /** * Converts WebAuthenticationConfig POJO array to Hc4Authentication array. *
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)