Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for MYWORKSTATION (0.51 seconds)

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

     * config.setUsername("user");
     * config.setPassword("secret");
     *
     * // For NTLM authentication
     * config.setType(CredentialsType.NTLM);
     * config.setDomain("MYDOMAIN");
     * config.setWorkstation("MYWORKSTATION");
     * }</pre>
     */
    public class CredentialsConfig {
    
        /**
         * Type of credentials.
         */
        public enum CredentialsType {
            /**
             * Username and password credentials.
    Created: Sun Apr 12 03:50:13 GMT 2026
    - Last Modified: Thu Jan 08 14:22:26 GMT 2026
    - 3.6K bytes
    - Click Count (0)
Back to Top