Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for setWorkstation (0.04 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/java/org/codelibs/fess/opensearch/config/exentity/DataConfig.java

            if (Constants.NTLM.equals(scheme)) {
                credentials.setType(CredentialsType.NTLM);
                credentials.setDomain(paramMap.get(prefix + "domain"));
                credentials.setWorkstation(paramMap.get(prefix + "workstation"));
            }
            config.setCredentials(credentials);
    
            return config;
        }
    
        @Override
    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)
Back to Top