- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getRoleSearchDeniedPrefix (0.19 sec)
-
src/main/java/org/codelibs/fess/helper/PermissionHelper.java
lower = lower.substring(denyPrefix.length()); permission = permission.substring(denyPrefix.length()); aclPrefix = ComponentUtil.getFessConfig().getRoleSearchDeniedPrefix(); } else { aclPrefix = StringUtil.EMPTY; } if (StringUtil.isBlank(permission)) { return null; } if (lower.startsWith(userPrefix)) {
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/mylasta/direction/FessConfig.java
* The value is, e.g. D <br> * comment: Prefix for denied roles in search. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getRoleSearchDeniedPrefix(); /** * Get the value for the key 'cookie.default.path'. <br> * The value is, e.g. / <br> * comment: The default path of cookie (basically '/' if no context path)
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 525.7K bytes - Viewed (2)