Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for getAuthScheme (0.05 seconds)

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

        }
    
        /**
         * Retrieves the authentication scheme to be used for HTTP requests.
         *
         * @return the authentication scheme
         */
        public AuthScheme getAuthScheme() {
            return authScheme;
        }
    
        /**
         * Sets the authentication scheme.
         * @param authScheme The authentication scheme to set.
         */
    Created: Sun Apr 12 03:50:13 GMT 2026
    - Last Modified: Thu Jan 08 14:22:26 GMT 2026
    - 3.7K bytes
    - Click Count (0)
  2. fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/Hc5Authentication.java

        }
    
        /**
         * Retrieves the authentication scheme to be used for HTTP requests.
         *
         * @return the authentication scheme
         */
        public AuthScheme getAuthScheme() {
            return authScheme;
        }
    
        /**
         * Sets the authentication scheme.
         * @param authScheme The authentication scheme to set.
         */
    Created: Sun Apr 12 03:50:13 GMT 2026
    - Last Modified: Thu Jan 08 14:22:26 GMT 2026
    - 3.8K bytes
    - Click Count (0)
Back to Top