Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for processParentGroup (0.14 seconds)

  1. src/main/java/org/codelibs/fess/sso/entraid/EntraIdAuthenticator.java

         * @param roleList The list to add role names to.
         * @param id The group ID to process.
         */
        protected void processParentGroup(final EntraIdUser user, final List<String> groupList, final List<String> roleList, final String id) {
            processParentGroup(user, groupList, roleList, id, 0);
        }
    
        /**
         * Processes parent group information for nested groups with depth tracking.
    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)
Back to Top