- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getSearchRoleByGroup (0.36 sec)
-
src/main/java/org/codelibs/fess/helper/PermissionHelper.java
} return null; } if (lower.startsWith(groupPrefix)) { if (permission.length() > groupPrefix.length()) { return aclPrefix + systemHelper.getSearchRoleByGroup(permission.substring(groupPrefix.length())); } return null; } if (lower.startsWith(rolePrefix)) { if (permission.length() > rolePrefix.length()) {Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 15.4K 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: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 08:30:43 UTC 2025 - 36.6K bytes - Viewed (0)