- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for newResult (0.04 seconds)
-
src/main/java/org/codelibs/fess/app/web/base/login/EntraIdCredential.java
final EntraIdAuthenticator authenticator = ComponentUtil.getComponent(EntraIdAuthenticator.class); final IAuthenticationResult newResult = authenticator.refreshTokenSilently(this); if (newResult != null) { authResult = newResult; authenticator.updateMemberOf(this); permissions = null; if (logger.isDebugEnabled()) {
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 7.8K bytes - Click Count (0) -
guava/src/com/google/common/cache/LocalCache.java
// *before* returning newValue from the cache query. return transform( newValue, newResult -> { LoadingValueReference.this.set(newResult); return newResult; }, directExecutor()); } catch (Throwable t) { ListenableFuture<V> result = setException(t) ? futureValue : fullyFailedFuture(t);Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Sep 11 19:35:11 GMT 2025 - 148.9K bytes - Click Count (0)