- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for addchain (0.03 seconds)
-
src/main/resources/app.xml
<component name="userInfoHelper" class="org.codelibs.fess.helper.UserInfoHelper"> </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", "-b", "/tmp/test.txt", "$USERNAME", "$PASSWORD"
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sun Nov 19 02:22:47 GMT 2023 - 3.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/auth/AuthenticationManager.java
u = chain.load(u); } return u; } /** * Adds an authentication chain to the manager. * @param chain The authentication chain to add. */ public void addChain(final AuthenticationChain chain) { chains = ArrayUtils.addAll(chains, chain); } /** * Returns a stream of authentication chains. * @return A stream wrapper of the authentication chains.
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 3.1K bytes - Click Count (0)