- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for loginRedirect (0.56 sec)
-
src/main/java/org/codelibs/fess/app/web/login/LoginAction.java
final String username = form.username; final String password = form.password; form.clearSecurityInfo(); try { final HtmlResponse loginRedirect = fessLoginAssist.loginRedirect(new LocalUserCredential(username, password), op -> {}, () -> { activityHelper.login(getUserBean()); userInfoHelper.deleteUserCodeFromCookie(request);Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 27 07:01:25 UTC 2025 - 7.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/sso/SsoAction.java
} return ((ActionResponseCredential) loginCredential).execute(); } try { return fessLoginAssist.loginRedirect(loginCredential, op -> {}, () -> { if (logger.isDebugEnabled()) { logger.debug("Logging in user: {}", loginCredential); }Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 9.5K bytes - Viewed (0)