- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getParentGroup (0.04 sec)
-
src/main/java/org/codelibs/fess/sso/aad/AzureAdAuthenticator.java
*/ protected void processParentGroup(final AzureAdUser user, final List<String> groupList, final List<String> roleList, final String id) { final Pair<String[], String[]> groupsAndRoles = getParentGroup(user, id); StreamUtil.stream(groupsAndRoles.getFirst()).of(stream -> stream.forEach(groupList::add)); StreamUtil.stream(groupsAndRoles.getSecond()).of(stream -> stream.forEach(roleList::add)); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 28 09:13:08 UTC 2025 - 37.3K bytes - Viewed (0)