- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for getSearchRoleByGroup (0.66 sec)
-
src/main/java/org/codelibs/fess/app/web/base/login/AzureAdCredential.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 28 09:13:08 UTC 2025 - 7.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/ldap/LdapManager.java
sAMAccountGroupNameSet.stream().forEach(groupName -> { getSAMAccountGroupName(bindDn, groupName).ifPresent(sAMAccountGroupName -> { roleSet.add(systemHelper.getSearchRoleByGroup(normalizePermissionName(sAMAccountGroupName))); }); }); processSubRoles(ldapUser, bindDn, subRoleSet, groupFilter, roleSet);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 82K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/SystemHelper.java
} /** * Gets the search role for a given group. * * @param name The group name. * @return The search role. */ public String getSearchRoleByGroup(final String name) { return createSearchRole(ComponentUtil.getFessConfig().getRoleSearchGroupPrefix(), name); } /** * Gets the search role for a given role. *
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 36.6K bytes - Viewed (0)