- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for protected (0.12 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/smb1/SmbClient.java
} /** The charset used for encoding and decoding. */ protected String charset = Constants.UTF_8; /** Whether to resolve SIDs. */ protected boolean resolveSids = true; /** The content length helper. */ @Resource protected ContentLengthHelper contentLengthHelper; /** The SMB authentication holder. */ protected volatile SmbAuthenticationHolder smbAuthenticationHolder; /**Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Sep 18 09:30:45 UTC 2025 - 23K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/ntlm/JcifsEngine.java
/** Flags for Type 1 NTLM message. */ protected static final int TYPE_1_FLAGS = NtlmFlags.NTLMSSP_NEGOTIATE_56 | NtlmFlags.NTLMSSP_NEGOTIATE_128 | NtlmFlags.NTLMSSP_NEGOTIATE_NTLM | NtlmFlags.NTLMSSP_NEGOTIATE_ALWAYS_SIGN | NtlmFlags.NTLMSSP_REQUEST_TARGET; /** The CIFS context for NTLM authentication. */ protected BaseContext cifsContext; /**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/smb/SmbClient.java
protected String charset = Constants.UTF_8; /** Flag indicating whether to resolve SIDs to names. */ protected boolean resolveSids = true; /** Helper for content length operations. */ @Resource protected ContentLengthHelper contentLengthHelper; /** * The SMB authentication holder. */Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Sep 18 09:30:45 UTC 2025 - 22.5K bytes - Viewed (3)