- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for ntlmdomain (0.05 sec)
-
compat/maven-artifact/src/main/java/org/apache/maven/repository/Proxy.java
} public void setNtlmHost(String ntlmHost) { this.ntlmHost = ntlmHost; } public void setNtlmDomain(String ntlmDomain) { this.ntlmDomain = ntlmDomain; } public String getNtlmDomain() { return ntlmDomain; }
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 4K bytes - Viewed (0) -
src/main/java/jcifs/http/NtlmServlet.java
response.flushBuffer(); return; } final HttpSession ssn = request.getSession(); ssn.setAttribute("NtlmHttpAuth", ntlm); ssn.setAttribute("ntlmdomain", ntlm.getUserDomain()); ssn.setAttribute("ntlmuser", ntlm.getUsername()); } else { final HttpSession ssn = request.getSession(false);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 8.1K bytes - Viewed (1) -
src/main/java/jcifs/smb1/http/NtlmServlet.java
response.flushBuffer(); return; } final HttpSession ssn = request.getSession(); ssn.setAttribute("NtlmHttpAuth", ntlm); ssn.setAttribute("ntlmdomain", ntlm.getDomain()); ssn.setAttribute("ntlmuser", ntlm.getUsername()); } else { final HttpSession ssn = request.getSession(false);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 7.1K bytes - Viewed (0)