- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for getReferrals (0.24 sec)
-
src/test/java/jcifs/internal/dfs/DfsReferralResponseBufferTest.java
assertEquals(2, buffer.getNumReferrals()); assertEquals(7, buffer.getTflags()); assertNotNull(buffer.getReferrals()); assertEquals(2, buffer.getReferrals().length); assertEquals(1, buffer.getReferrals()[0].getVersion()); assertEquals(1, buffer.getReferrals()[1].getVersion()); } @ParameterizedTest @DisplayName("Should handle various pathConsumed values")
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 15.4K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/Dfs.java
* @param auth the authentication credentials * @return a DFS referral or null if not found * @throws SmbAuthException if authentication fails */ public DfsReferral getReferral(final SmbTransport trans, final String domain, final String root, final String path, final NtlmPasswordAuthentication auth) throws SmbAuthException { if (DISABLED) { return null; }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 14.2K bytes - Viewed (0) -
src/main/java/jcifs/smb/DfsImpl.java
* @param path the DFS path * @return the DFS referral data or null if not found * @throws SmbAuthException if authentication fails */ protected DfsReferralDataInternal getReferral(final CIFSContext tf, final SmbTransportInternal trans, final String target, final String targetDomain, final String targetHost, final String root, final String path) throws SmbAuthException {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 29.7K bytes - Viewed (0)