Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for NtlmPasswordAuthentication (0.14 sec)

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

            return buf.toString();
        }
    
        /**
         * Returns the NTLM password authentication.
         * @return The NTLM password authentication.
         */
        public NtlmPasswordAuthentication getAuthentication() {
            return new NtlmPasswordAuthentication(domain == null ? "" : domain, username, password);
        }
    
        /**
         * Returns the server address.
         * @return The server address.
         */
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Thu Sep 18 09:30:45 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  2. fess-crawler/src/main/java/org/codelibs/fess/crawler/client/smb1/SmbClient.java

    import org.codelibs.fess.crawler.helper.MimeTypeHelper;
    
    import jakarta.annotation.Resource;
    import org.codelibs.jcifs.smb1.Config;
    import org.codelibs.jcifs.smb1.ACE;
    import org.codelibs.jcifs.smb1.NtlmPasswordAuthentication;
    import org.codelibs.jcifs.smb1.SID;
    import org.codelibs.jcifs.smb1.SmbException;
    import org.codelibs.jcifs.smb1.SmbFile;
    import org.codelibs.jcifs.smb1.SmbFileInputStream;
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Thu Sep 18 09:30:45 UTC 2025
    - 23K bytes
    - Viewed (0)
Back to top