- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for refreshedAt (0.04 sec)
-
src/main/java/org/codelibs/fess/helper/SystemHelper.java
} /** * Refreshes the design JSP files for all virtual hosts. * * @return A list of paths to the refreshed files. */ public List<Path> refreshDesignJspFiles() { final List<Path> fileList = new ArrayList<>(); stream(ComponentUtil.getVirtualHostHelper().getVirtualHostPaths())Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 08:30:43 UTC 2025 - 36.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/sso/entraid/EntraIdAuthenticator.java
} } /** * Attempts to refresh tokens silently using the MSAL4J silent authentication flow. * @param user The Entra ID user whose tokens need to be refreshed. * @return The new authentication result, or null if silent refresh failed. */ public IAuthenticationResult refreshTokenSilently(final EntraIdCredential.EntraIdUser user) {Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 56.7K bytes - Viewed (0)