Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for login_method (0.05 seconds)

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

     * config.setHost("example.com");
     * config.setAuthSchemeType(AuthSchemeType.FORM);
     * config.setFormParameters(Map.of(
     *     "login_url", "http://example.com/login",
     *     "login_method", "POST",
     *     "login_parameters", "user=${username}&pass=${password}"
     * ));
     * config.setCredentials(credentialsConfig);
     * }</pre>
     */
    public class WebAuthenticationConfig {
    
        /**
    Created: Sun Apr 12 03:50:13 GMT 2026
    - Last Modified: Fri Jan 09 23:46:52 GMT 2026
    - 6.9K bytes
    - Click Count (0)
Back to Top