- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for requestPasswordAuthentication (0.2 seconds)
-
src/main/java/jcifs/smb1/http/NtlmHttpURLConnection.java
if (port == -1) { port = "https".equalsIgnoreCase(protocol) ? 443 : 80; } final PasswordAuthentication auth = Authenticator.requestPasswordAuthentication(null, port, protocol, "", authMethod); if (auth == null) { return null; } user = auth.getUserName();
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 22.1K bytes - Click Count (0) -
src/main/java/jcifs/http/NtlmHttpURLConnection.java
port = "https".equalsIgnoreCase(protocol) ? 443 : 80; } final PasswordAuthentication auth = Authenticator.requestPasswordAuthentication(null, port, protocol, "", this.authMethod); if (auth == null) { return null; } user = auth.getUserName();
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 25.6K bytes - Click Count (0)