- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getRequestingURL (0.57 sec)
-
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 */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 4.4K bytes - Viewed (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 */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 3.7K bytes - Viewed (0)