- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getAuthenticationManager (0.25 sec)
-
src/main/java/org/codelibs/fess/app/service/UserService.java
} ComponentUtil.getAuthenticationManager().insert(user); userBhv.insertOrUpdate(user, op -> { op.setRefreshPolicy(Constants.TRUE); }); } public void changePassword(final String username, final String password) { final boolean changed = ComponentUtil.getAuthenticationManager().changePassword(username, password); if (changed) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 4.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/util/ComponentUtil.java
return getComponent(SSO_MANAGER); } public static ThumbnailManager getThumbnailManager() { return getComponent(THUMBNAIL_MANAGER); } public static AuthenticationManager getAuthenticationManager() { return getComponent(AUTHENTICATION_MANAGER); } public static PrimaryCipher getPrimaryCipher() { return getComponent(PrimaryCipher.class); }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Mon Jun 17 13:35:51 UTC 2024 - 20.2K bytes - Viewed (0)