- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for infrastructure (0.06 seconds)
-
CLAUDE.md
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 09:48:10 GMT 2026 - 7.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/sso/spnego/SpnegoAuthenticator.java
return null; } /** * Performs logout for the specified user. * * SPNEGO authentication relies on the underlying Kerberos infrastructure * for session management, so no specific logout URL is provided. * * @param user The user to logout * @return Always returns null as SPNEGO doesn't provide a logout URL */ @OverrideCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 08:18:23 GMT 2026 - 18.2K bytes - Click Count (3) -
src/main/java/org/codelibs/fess/llm/AbstractLlmClient.java
import com.fasterxml.jackson.databind.ObjectMapper; import jakarta.servlet.http.HttpSession; /** * Abstract base class for LLM client implementations. * * Provides shared infrastructure (HTTP client, availability checking) and * default implementations of RAG workflow methods with injectable prompt templates. * Subclasses implement provider-specific chat/streamChat and checkAvailabilityNow. */
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 21 06:04:58 GMT 2026 - 72K bytes - Click Count (0)