- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for isTrustedDomain (0.13 sec)
-
src/main/java/jcifs/smb1/smb1/Dfs.java
* @param auth the authentication credentials * @return true if the domain is trusted, false otherwise * @throws SmbAuthException if authentication fails */ public boolean isTrustedDomain(String domain, final NtlmPasswordAuthentication auth) throws SmbAuthException { final HashMap domains = getTrustedDomains(auth); if (domains == null) { return false; }
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/SmbEnumerationUtil.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 12.3K bytes - Viewed (0) -
src/main/java/jcifs/smb/DfsImpl.java
} return null; } /** * * {@inheritDoc} * * @see jcifs.DfsResolver#isTrustedDomain(jcifs.CIFSContext, java.lang.String) */ @Override public boolean isTrustedDomain(final CIFSContext tf, String domain) throws SmbAuthException { synchronized (this.domainsLock) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 29.7K bytes - Viewed (0)