- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for getShareSecurity (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/jcifs/SmbResource.java
* look at the <i>Properties</i> for a share. You will see two tabs - one * for "Share Permissions" and another for "Security". These correspond to * the ACLs returned by <code>getShareSecurity</code> and <code>getSecurity</code> * respectively. * * @param resolveSids * Attempt to resolve the SIDs within each ACE form
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 28K bytes - Click Count (1) -
src/main/java/jcifs/smb1/smb1/SmbFile.java
* look at the <i>Properties</i> for a share. You will see two tabs - one * for "Share Permissions" and another for "Security". These correspond to * the ACLs returned by {@code getShareSecurity} and {@code getSecurity} * respectively. * @param resolveSids Attempt to resolve the SIDs within each ACE form * their numeric representation to their corresponding account names. */ /**
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 112.2K bytes - Click Count (0) -
src/main/java/jcifs/smb/SmbFile.java
} else { ownerGroup.initContext(server, getContext()); } return ownerGroup; } } @Override public ACE[] getShareSecurity(final boolean resolveSids) throws IOException { try (SmbTreeHandleInternal th = ensureTreeConnected()) { String server = this.fileLocator.getServerWithDfs(); ACE[] aces;Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 103.2K bytes - Click Count (0)