Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setDisplayName (0.05 sec)

  1. src/test/java/org/codelibs/fess/auth/chain/AuthenticationChainTest.java

        }
    
        // Helper method to create test user
        private User createTestUser(String username, String displayName) {
            User user = new User();
            user.setName(username);
            user.setDisplayName(displayName);
            return user;
        }
    
        // Test implementation of AuthenticationChain for testing
        private static class TestAuthenticationChain implements AuthenticationChain {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 14.6K bytes
    - Viewed (0)
Back to top