- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for saveLoginHistory (3.76 sec)
-
src/main/java/org/codelibs/fess/app/web/base/login/FessLoginAssist.java
* * @param user the user entity * @param userBean the user bean * @param option the login specified option */ @Override protected void saveLoginHistory(final FessUser user, final FessUserBean userBean, final LoginSpecifiedOption option) { asyncManager.async(() -> { insertLogin(user); }); } /**Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 12.1K bytes - Viewed (0)