- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for isTrustedDomain (0.07 seconds)
-
src/main/java/jcifs/smb/SmbEnumerationUtil.java
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Thu Aug 14 07:14:38 GMT 2025 - 12.3K bytes - Click Count (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) {Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 29.7K bytes - Click Count (0) -
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; }Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 14.2K bytes - Click Count (0)