Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getShareSecurity (0.08 sec)

  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.
         */
        /**
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 112.2K bytes
    - Viewed (0)
  2. 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;
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 103.2K bytes
    - Viewed (0)
Back to top