- Sort Score
- Num 10 results
- Language All
Results 51 - 53 of 53 for setPassword (0.57 seconds)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/Hc4HttpClient.java
} if (config.getType() == CredentialsConfig.CredentialsType.NTLM) { return new NTCredentials(config.getUsername(), config.getPassword(), config.getWorkstation(), config.getDomain()); } return new UsernamePasswordCredentials(config.getUsername(), config.getPassword()); }Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Fri Jan 09 23:46:52 GMT 2026 - 54.4K bytes - Click Count (0) -
src/main/java/jcifs/smb1/smb1/NtlmPasswordAuthentication.java
* used. There is no way to retrieve a users password in plain text unless * it is supplied by the user at runtime. * * @return the password or null if using raw hashes */ public String getPassword() { return password; } /** * Return the domain and username in the format: * {@code domain\\username}. This is equivalent to {@code toString()}. */ @OverrideCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 26.7K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/ftp/FtpClient.java
validateRequest(ftpClient); final FtpAuthentication auth = ftpAuthenticationHolder.get(info.toUrl()); if (auth != null && !ftpClient.login(auth.getUsername(), auth.getPassword())) { throw new CrawlerLoginFailureException("Login Failure: " + auth.getUsername() + " for " + info.toUrl()); } if (enterLocalPassiveMode) {
Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Mon Nov 24 03:59:47 GMT 2025 - 40K bytes - Click Count (0)