- Sort Score
- Num 10 results
- Language All
Results 1 - 6 of 6 for SPNEGO (0.54 seconds)
-
src/main/java/org/codelibs/fess/app/web/base/login/SpnegoCredential.java
import org.lastaflute.web.login.credential.LoginCredential; /** * SPNEGO authentication credential implementation. * * This class represents login credentials obtained through SPNEGO (Security Provider * Negotiation Protocol) authentication. It contains the username extracted from the * SPNEGO authentication process, typically from a Kerberos ticket. */
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1.9K bytes - Click Count (1) -
src/test/java/org/codelibs/fess/sso/spnego/SpnegoAuthenticatorTest.java
// SPNEGO logout should return null (relies on Kerberos infrastructure) String logoutUrl = authenticator.logout(null); assertNull(logoutUrl); } @Test public void test_nullSafeGetResponse() { SpnegoAuthenticator authenticator = new SpnegoAuthenticator(); // SPNEGO typically doesn't provide special response handlingCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 4.8K bytes - Click Count (0) -
CLAUDE.md
- Web, file system, and data store crawling - Multi-format document support (Office, PDF, etc.) - Admin GUI for configuration - REST API for programmatic access - SSO integration (OIDC, SAML, SPNEGO, Entra ID) - i18n support (20+ languages) ## Tech Stack | Component | Technology | |-----------|------------| | Web Framework | LastaFlute (MVC framework) | | DI Container | Lasta Di |
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/SsoAuthenticator.java
* * This interface defines the contract for SSO authentication providers that can be * integrated with Fess. Implementations handle specific SSO protocols like SAML, * OAuth, SPNEGO, or other authentication mechanisms. Each authenticator is responsible * for obtaining login credentials, resolving user information, and managing SSO * lifecycle operations like logout and metadata exchange. */
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 2.2K bytes - Click Count (1) -
src/main/resources/fess_sso++.xml
</component> <component name="samlAuthenticator" class="org.codelibs.fess.sso.saml.SamlAuthenticator"> </component> <component name="spnegoAuthenticator" class="org.codelibs.fess.sso.spnego.SpnegoAuthenticator"> </component>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 27 07:33:53 GMT 2025 - 612 bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/systeminfo/AdminSysteminfoAction.java
*/ protected static boolean isMaskedValue(final String key) { return "http.proxy.password".equals(key) // || "ldap.admin.security.credentials".equals(key) // || "spnego.preauth.password".equals(key) // || "app.cipher.key".equals(key) // || "oic.client.id".equals(key) // || "oic.client.secret".equals(key); } /**Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 9.7K bytes - Click Count (0)