Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getDefaultGroupList (0.19 seconds)

  1. src/test/java/org/codelibs/fess/sso/entraid/EntraIdAuthenticatorTest.java

                // Don't call super to avoid actual API calls in tests
            }
    
            // Expose protected methods for testing
            @Override
            public List<String> getDefaultGroupList() {
                return super.getDefaultGroupList();
            }
    
            @Override
            public List<String> getDefaultRoleList() {
                return super.getDefaultRoleList();
            }
        }
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Jan 11 08:43:05 GMT 2026
    - 19.3K bytes
    - Click Count (0)
Back to Top