- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for getDomainName (0.07 sec)
-
src/test/java/org/codelibs/fess/helper/SambaHelperTest.java
} @Override public String toDisplayString() { return getDomainName() + "\\" + getAccountName(); } @Override public String getAccountName() { return "Test User"; } @Override public String getDomainName() { return "WORKGROUP"; } @Override
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Jun 27 10:55:43 UTC 2024 - 3.1K bytes - Viewed (0) -
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 Nov 10 03:50:12 UTC 2024 - Last Modified: Thu May 23 01:54:36 UTC 2024 - 17.9K bytes - Viewed (0) -
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 Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Feb 22 01:47:32 UTC 2024 - 18.9K bytes - Viewed (0) -
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 * <tt>getType()</tt>, <tt>getDomainName()</tt>, <tt>getAccountName()</tt>, * or <tt>toString()</tt> is called, the names will attempt to be * resolved. If the names cannot be resolved (e.g. due to temporary
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Mon Mar 13 12:00:57 UTC 2023 - 107.9K bytes - Viewed (0)