- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for updatedRules (0.05 seconds)
-
docs/smb3-features/04-directory-leasing-design.md
// Wait for change notification Thread.sleep(2000); // Cache should be invalidated, new listing should include new file SmbFile[] updatedFiles = dir.listFiles(); assertEquals(initialFiles.length + 1, updatedFiles.length); } ``` ## 9. Error Handling ### 9.1 Cache Consistency ```java public class CacheConsistencyManager {Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 02:53:50 GMT 2025 - 36.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/sso/entraid/EntraIdAuthenticator.java
} processParentGroup(user, updatedGroups, updatedRoles, groupId); } // Update groups/roles final String[] finalGroups = updatedGroups.stream().distinct().toArray(n -> new String[n]); final String[] finalRoles = updatedRoles.stream().distinct().toArray(n -> new String[n]); user.setGroups(finalGroups);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 08:03:27 GMT 2026 - 56.8K bytes - Click Count (0)