Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for getDomainName (0.16 sec)

  1. src/main/java/jcifs/smb/SIDCacheImpl.java

         * @param sids
         *            The SIDs that should be resolved. After this function is called, the names associated with the SIDs
         *            may be queried with the <code>toDisplayString</code>, <code>getDomainName</code>, and <code>getAccountName</code>
         *            methods.
         */
        @Override
        public void resolveSids(final CIFSContext tc, final String authorityServerName, final jcifs.SID[] sids) throws CIFSException {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Mon Aug 25 14:34:10 UTC 2025
    - 13.6K bytes
    - Viewed (0)
  2. fess-crawler/src/main/java/org/codelibs/fess/crawler/client/smb/SmbClient.java

                        }
                        final SID ownerUser = file.getOwnerUser();
                        if (ownerUser != null) {
                            final String[] ownerAttributes = { ownerUser.getAccountName(), ownerUser.getDomainName() };
                            responseData.addMetaData(SMB_OWNER_ATTRIBUTES, ownerAttributes);
                        }
                    } catch (final IOException e) {
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Thu Sep 18 09:30:45 UTC 2025
    - 22.5K bytes
    - Viewed (0)
  3. fess-crawler/src/main/java/org/codelibs/fess/crawler/client/smb1/SmbClient.java

                        }
                        final SID ownerUser = file.getOwnerUser();
                        if (ownerUser != null) {
                            final String[] ownerAttributes = { ownerUser.getAccountName(), ownerUser.getDomainName() };
                            responseData.addMetaData(SMB_OWNER_ATTRIBUTES, ownerAttributes);
                        }
                    } catch (final IOException e) {
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Thu Sep 18 09:30:45 UTC 2025
    - 23K bytes
    - Viewed (0)
  4. src/main/java/jcifs/smb1/smb1/SmbFile.java

         * the security descriptor associated with this file or directory.
         * <p>
         * Initially, the SIDs within each ACE will not be resolved however when
         * {@code getType()}, {@code getDomainName()}, {@code getAccountName()},
         * or {@code toString()} is called, the names will attempt to be
         * resolved. If the names cannot be resolved (e.g. due to temporary
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 112.2K bytes
    - Viewed (0)
Back to top