- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for AuthenticationManager (0.16 seconds)
-
src/test/java/org/codelibs/fess/auth/AuthenticationManagerTest.java
private AuthenticationManager authenticationManager; @Override protected void setUp(TestInfo testInfo) throws Exception { super.setUp(testInfo); authenticationManager = new AuthenticationManager(); } // Test default constructor @Test public void test_constructor() { AuthenticationManager manager = new AuthenticationManager();Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 14.3K bytes - Click Count (0) -
src/main/resources/app.xml
</component> <component name="viewHelper" class="org.codelibs.fess.helper.ViewHelper"> </component> <component name="authenticationManager" class="org.codelibs.fess.auth.AuthenticationManager"> <!-- <postConstruct name="addChain"> <arg> <component class="org.codelibs.fess.auth.chain.CommandChain"> <property name="updateCommand">[ "/usr/sbin/htpasswd",
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/util/ComponentUtil.java
import org.apache.logging.log4j.Logger; import org.codelibs.core.crypto.CachedCipher; import org.codelibs.core.misc.DynamicProperties; import org.codelibs.fess.api.WebApiManagerFactory; import org.codelibs.fess.auth.AuthenticationManager; import org.codelibs.fess.chat.ChatClient; import org.codelibs.fess.chat.ChatSessionManager; import org.codelibs.fess.cors.CorsHandlerFactory; import org.codelibs.fess.crawler.client.CrawlerClientCreator;
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 30.9K bytes - Click Count (0)