- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for WebAuthenticationConfig (0.18 seconds)
-
src/main/java/org/codelibs/fess/opensearch/config/exentity/WebAuthentication.java
private WebConfig webConfig; public WebAuthenticationConfig getWebAuthenticationConfig() { if (StringUtil.isEmpty(getUsername())) { throw new CrawlerSystemException( "Username is empty in WebAuthentication configuration. A valid username must be provided for authentication."); } final WebAuthenticationConfig config = new WebAuthenticationConfig();Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Jan 10 01:38:30 GMT 2026 - 5.7K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/opensearch/config/exentity/WebConfigTest.java
import org.codelibs.fess.crawler.client.CrawlerClientFactory; import org.codelibs.fess.crawler.client.http.HcHttpClient; import org.codelibs.fess.crawler.client.http.config.WebAuthenticationConfig; import org.codelibs.fess.helper.SystemHelper; import org.codelibs.fess.mylasta.direction.FessConfig; import org.codelibs.fess.mylasta.direction.FessProp; import org.codelibs.fess.unit.UnitFessTestCase;
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 7.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/exentity/DataConfig.java
import org.codelibs.fess.crawler.client.http.config.CredentialsConfig.CredentialsType; import org.codelibs.fess.crawler.client.http.config.WebAuthenticationConfig; import org.codelibs.fess.crawler.client.http.config.WebAuthenticationConfig.AuthSchemeType; import org.codelibs.fess.crawler.client.smb.SmbAuthentication; import org.codelibs.fess.crawler.client.smb.SmbClient;
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Jan 10 01:38:30 GMT 2026 - 17.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/exentity/WebConfig.java
final List<WebAuthenticationConfig> authConfigList = new ArrayList<>(); for (final WebAuthentication webAuth : webAuthList) { authConfigList.add(webAuth.getWebAuthenticationConfig()); } paramMap.put(HcHttpClient.AUTHENTICATIONS_PROPERTY, authConfigList.toArray(new WebAuthenticationConfig[authConfigList.size()])); // request header
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Jan 10 01:38:30 GMT 2026 - 10.3K bytes - Click Count (0)