- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for hasActionRole (0.04 sec)
-
src/main/java/org/codelibs/fess/taglib/FessFunctions.java
* * @param role the role to check (supports both view and edit variants) * @return true if the user has the role or admin privileges, false otherwise */ public static boolean hasActionRole(final String role) { final String[] roles; if (role.endsWith(FessAdminAction.VIEW)) { roles = new String[] { role, role.substring(0, role.length() - FessAdminAction.VIEW.length()) };
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 25.3K bytes - Viewed (0)