- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for Attempt (0.72 sec)
-
src/test/java/jcifs/smb/SmbFileIntegrationTest.java
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 56K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbSessionImpl.java
@Override public void onRegistrationExpired(WitnessRegistration registration) { log.warn("Witness registration expired: {}", registration.getRegistrationId()); // Could attempt re-registration here } } /** * Handle a witness event * * @param notification the witness notification */Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 68.9K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbTransportImpl.java
} } @Override protected void doConnect() throws IOException { try { // Use circuit breaker for connection attempts circuitBreaker.call(() -> { try { doConnectInternal(); return null; } catch (IOException e) {Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 69.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/sso/entraid/EntraIdAuthenticator.java
} return result; } catch (final Exception e) { throw new SsoLoginException("Failed to get a token.", e); } } /** * 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.Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 56.7K bytes - Viewed (0)