- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 129 for Role (0.64 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/AdminAction.java
AdminMaintenanceAction.ROLE + VIEW, // AdminSereqAction.ROLE, // AdminSereqAction.ROLE + VIEW, // AdminDashboardAction.ROLE, // AdminDashboardAction.ROLE + VIEW, // AdminWizardAction.ROLE, // AdminWizardAction.ROLE + VIEW, // AdminGeneralAction.ROLE, // AdminGeneralAction.ROLE + VIEW, //
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 19K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/RoleService.java
} /** * Gets a role by its ID. * @param id The ID of the role. * @return An optional entity of the role. */ public OptionalEntity<Role> getRole(final String id) { return roleBhv.selectByPK(id); } /** * Stores a role. * @param role The role to store. */ public void store(final Role role) { ComponentUtil.getLdapManager().insert(role);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 4.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/crawlinginfo/AdminCrawlinginfoAction.java
*/ @Execute @Secured({ ROLE, ROLE + VIEW }) public HtmlResponse index() { saveToken(); return asListHtml(); } /** * Show the list page. * @param pageNumber The page number. * @param form The search form. * @return The HTML response. */ @Execute @Secured({ ROLE, ROLE + VIEW })
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 11.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/joblog/AdminJoblogAction.java
runtime.registerData("helpLink", systemHelper.getHelpLink(fessConfig.getOnlineHelpNameJoblog())); } /** * Returns the action role for this admin action. * * @return the role name */ @Override protected String getActionRole() { return ROLE; } // ===================================================================================
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 10.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/dict/stopwords/AdminDictStopwordsAction.java
public class AdminDictStopwordsAction extends FessAdminAction { /** * Default constructor. */ public AdminDictStopwordsAction() { super(); } /** The role for this action. */ public static final String ROLE = "admin-dict"; private static final Logger logger = LogManager.getLogger(AdminDictStopwordsAction.class);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 20.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/failureurl/AdminFailureurlAction.java
/** * Default constructor. */ public AdminFailureurlAction() { super(); } /** * Role name for failure URL administration. */ public static final String ROLE = "admin-failureurl"; // ===================================================================================
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 10K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/keymatch/AdminKeymatchAction.java
runtime.registerData("helpLink", systemHelper.getHelpLink(fessConfig.getOnlineHelpNameKeymatch())); } /** * Returns the action role for this admin action. * * @return the role name */ @Override protected String getActionRole() { return ROLE; } // ===================================================================================
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 16.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/duplicatehost/AdminDuplicatehostAction.java
/** * Default constructor. */ public AdminDuplicatehostAction() { super(); } /** * Role name for duplicate host administration. */ public static final String ROLE = "admin-duplicatehost"; private static final Logger logger = LogManager.getLogger(AdminDuplicatehostAction.class);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 16.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/dict/kuromoji/AdminDictKuromojiAction.java
public class AdminDictKuromojiAction extends FessAdminAction { /** * Default constructor. */ public AdminDictKuromojiAction() { super(); } /** The role for this action. */ public static final String ROLE = "admin-dict"; private static final Logger logger = LogManager.getLogger(AdminDictKuromojiAction.class);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 21.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/labeltype/AdminLabeltypeAction.java
} /** * Returns the action role for this admin action. * * @return the role name */ @Override protected String getActionRole() { return ROLE; } // ===================================================================================
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 18.5K bytes - Viewed (0)