- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for isLdapRoleSearchGroupEnabled (0.48 sec)
-
src/main/java/org/codelibs/fess/ldap/LdapManager.java
roleSet.add(systemHelper.getSearchRoleByRole(normalizePermissionName(name))); return fessConfig.getRoleSearchRolePrefix(); } } else if (fessConfig.isLdapRoleSearchGroupEnabled()) { roleSet.add(systemHelper.getSearchRoleByGroup(normalizePermissionName(name))); return fessConfig.getRoleSearchGroupPrefix(); } } return null;
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 86.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* comment: Whether LDAP role search for group is enabled. * @return The determination, true or false. (if not found, exception but basically no way) */ boolean isLdapRoleSearchGroupEnabled(); /** * Get the value for the key 'ldap.role.search.role.enabled'. <br> * The value is, e.g. true <br> * comment: Whether LDAP role search for role is enabled.Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 525.7K bytes - Viewed (2)