- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for spnegoAuthenticator (0.13 seconds)
-
src/main/java/org/codelibs/fess/sso/spnego/SpnegoAuthenticator.java
* basic authentication fallback, and localhost authentication bypass. */ public class SpnegoAuthenticator implements SsoAuthenticator { /** Logger for this class. */ private static final Logger logger = LogManager.getLogger(SpnegoAuthenticator.class); /** Configuration key for SPNEGO initialization status. */Created: 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/test/java/org/codelibs/fess/sso/spnego/SpnegoAuthenticatorTest.java
SpnegoAuthenticator authenticator = new SpnegoAuthenticator(); // These constants should be accessible (would fail at compile time if not) assertTrue(SpnegoAuthenticator.class.getName().contains("SpnegoAuthenticator")); // Verify authenticator is properly named (no typo) assertEquals("SpnegoAuthenticator", SpnegoAuthenticator.class.getSimpleName()); } @TestCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 4.8K bytes - Click Count (0)