- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for addChain (0.03 sec)
-
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.
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 3.1K bytes - Viewed (0)