- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for resolveSids (0.07 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/smb/SmbClient.java
} } /** * @return the resolveSids */ public boolean isResolveSids() { return resolveSids; } /** * @param resolveSids * the resolveSids to set */ public void setResolveSids(final boolean resolveSids) { this.resolveSids = resolveSids; } /** * @return the charset */
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu May 23 01:54:36 UTC 2024 - 17.9K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbFile.java
return new SmbRandomAccessFile(this, mode, sharing, false); } private void processAces ( ACE[] aces, boolean resolveSids ) throws IOException { String server = this.fileLocator.getServerWithDfs(); int ai; if ( resolveSids ) { if (this.fileLocator.getDfsPath() == null && this.fileLocator.getPort() != -1) {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu May 23 01:50:13 UTC 2024 - 82.3K bytes - Viewed (0)