- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getStateTtl (0.09 sec)
-
src/main/java/org/codelibs/fess/sso/aad/AzureAdAuthenticator.java
if (states != null) { final long now = ComponentUtil.getSystemHelper().getCurrentTimeAsLong(); states.entrySet().stream().filter(e -> (now - e.getValue().getExpiration()) / 1000L > getStateTtl()).map(Map.Entry::getKey) .collect(Collectors.toList()).forEach(s -> { if (logger.isDebugEnabled()) { logger.debug("remove old state: {}", s);
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 28.2K bytes - Viewed (0)