- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getRequestingURL (0.32 seconds)
-
src/main/java/jcifs/smb/NtlmAuthenticator.java
return auth; } /** * Gets the URL that is requesting authentication. * @return the URL requiring authentication */ protected final String getRequestingURL() { return this.url; } /** * Gets the authentication exception that triggered this request. * @return the authentication exception */Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 4.4K bytes - Click Count (0) -
src/main/java/jcifs/smb1/smb1/NtlmAuthenticator.java
return; } auth = a; } /** * Gets the URL that is requesting authentication. * @return the URL requiring authentication */ protected final String getRequestingURL() { return url; } /** * Gets the authentication exception that triggered this request. * @return the authentication exception */Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 3.7K bytes - Click Count (0)