Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for _entriess (0.04 sec)

  1. fess-crawler/src/main/java/org/codelibs/fess/crawler/client/smb1/SmbClient.java

        /** Property key for SMB1 access control entries. */
        public static final String SMB_ACCESS_CONTROL_ENTRIES = "smb1AccessControlEntries";
    
        /** Property key for SMB1 allowed SID entries. */
        public static final String SMB_ALLOWED_SID_ENTRIES = "smb1AllowedSidEntries";
    
        /** Property key for SMB1 denied SID entries. */
        public static final String SMB_DENIED_SID_ENTRIES = "smb1DeniedSidEntries";
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Thu Sep 18 09:30:45 UTC 2025
    - 23K bytes
    - Viewed (0)
  2. fess-crawler/src/main/java/org/codelibs/fess/crawler/client/smb/SmbClient.java

     * It handles file access, directory listing, and access control entries (ACEs) processing.
     * </p>
     *
     * <p>
     * The class provides methods to:
     * </p>
     * <ul>
     *   <li>Initialize the client with SMB authentication details.</li>
     *   <li>Retrieve content and metadata from SMB files.</li>
     *   <li>Process access control entries to determine allowed and denied SIDs (Security Identifiers).</li>
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Thu Sep 18 09:30:45 UTC 2025
    - 22.5K bytes
    - Viewed (0)
Back to top