- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for Groups (0.03 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/smb/SmbClient.java
super.init(); final Properties props = new Properties(); System.getProperties().entrySet().stream().filter(e -> e.getKey().toString().startsWith("jcifs.")).forEach(e -> { props.setProperty((String) e.getKey(), (String) e.getValue()); }); try { cifsContext = new BaseContext(new PropertyConfiguration(props)); } catch (final CIFSException 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) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/ntlm/JcifsEngine.java
* Constructs a JcifsEngine with the specified properties. * * @param props the properties for configuring the CIFS context * @throws CrawlingAccessException if an error occurs during initialization */ public JcifsEngine(final Properties props) { try { cifsContext = new BaseContext(new PropertyConfiguration(props)); } catch (final CIFSException e) {
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Sep 18 09:30:45 UTC 2025 - 4.3K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/smb1/SmbClient.java
} } /** * Processes allowed SIDs (Security Identifiers) and adds them to the SID set. * If the SID is a group, it recursively processes all group members. * * @param file the SMB1 file * @param sid the SID to process * @param sidSet the set of SIDs to add to */
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Sep 18 09:30:45 UTC 2025 - 23K bytes - Viewed (0)