- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getRequestingException (2.26 sec)
-
src/main/java/jcifs/smb/NtlmAuthenticator.java
return this.url; } /** * Gets the authentication exception that triggered this request. * @return the authentication exception */ protected final SmbAuthException getRequestingException() { return this.sae; } /** * Used internally by jCIFS when an <code>SmbAuthException</code> is trapped to retrieve new user credentials. *
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 url; } /** * Gets the authentication exception that triggered this request. * @return the authentication exception */ protected final SmbAuthException getRequestingException() { return sae; } /** * Used internally by jCIFS when an <code>SmbAuthException</code> is trapped to retrieve new user credentials. * @param url the URL that requires authentication
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 3.7K bytes - Viewed (0)