- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for getSearchGuestRoleList (0.19 sec)
-
src/main/java/org/codelibs/fess/app/web/api/admin/documents/ApiAdminDocumentsAction.java
final String indexFieldTimestamp = fessConfig.getIndexFieldTimestamp(); final String indexFieldLang = fessConfig.getIndexFieldLang(); final List<String> guestRoleList = fessConfig.getSearchGuestRoleList(); final Date now = systemHelper.getCurrentTime(); final CrawlingInfoHelper crawlingInfoHelper = ComponentUtil.getCrawlingInfoHelper();
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Jul 25 01:48:41 UTC 2024 - 7.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/RoleQueryHelper.java
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Jul 25 01:48:41 UTC 2024 - 11.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java
} String getRoleSearchUserPrefix(); String getRoleSearchGuestPermissions(); default List<String> getSearchGuestRoleList() { @SuppressWarnings("unchecked") List<String> list = (List<String>) propMap.get(SEARCH_GUEST_ROLE_LIST); if (list == null) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 12 01:54:15 UTC 2024 - 87.2K bytes - Viewed (0)