- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getPrimaryCipher (0.08 sec)
-
src/main/java/org/codelibs/fess/helper/UserInfoHelper.java
*/ protected String createUserCodeFromUserId(String userCode) { final FessConfig fessConfig = ComponentUtil.getFessConfig(); final PrimaryCipher cipher = ComponentUtil.getPrimaryCipher(); userCode = cipher.encrypt(userCode); if (fessConfig.isValidUserCode(userCode)) { return userCode; } return null; } /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 14.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/util/ComponentUtil.java
return getComponent(AUTHENTICATION_MANAGER); } /** * Gets the primary cipher component. * @return The primary cipher. */ public static PrimaryCipher getPrimaryCipher() { return getComponent(PrimaryCipher.class); } /** * Gets the crawler client factory component. * @return The crawler client factory. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 28.9K bytes - Viewed (0)