- Sort Score
- Result 10 results
- Languages All
Results 71 - 80 of 270 for Role (0.05 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/boostdoc/AdminBoostdocAction.java
* @return The HTML response. */ @Execute @Secured({ ROLE, ROLE + VIEW }) public HtmlResponse index() { 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 Jul 17 08:28:31 UTC 2025 - 14.9K bytes - Viewed (0) -
src/main/webapp/WEB-INF/orig/view/header.jsp
styleClass="nav-link " role="button" aria-haspopup="true" aria-expanded="false"> <em class="fa fa-fw fa-sign-in"> <span><la:message key="labels.login" /></span> </la:link></li> </c:when> </c:choose> <li class="nav-item"><la:link href="/help" styleClass="nav-link" role="help" aria-haspopup="true" aria-expanded="false">
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jan 18 12:09:07 UTC 2025 - 4.2K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/header.jsp
styleClass="nav-link " role="button" aria-haspopup="true" aria-expanded="false"> <em class="fa fa-fw fa-sign-in"> <span><la:message key="labels.login" /></span> </la:link></li> </c:when> </c:choose> <li class="nav-item"><la:link href="/help" styleClass="nav-link" role="help" aria-haspopup="true" aria-expanded="false">
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jan 18 11:58:45 UTC 2025 - 4.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/relatedcontent/AdminRelatedcontentAction.java
/** * Default constructor. */ public AdminRelatedcontentAction() { super(); } /** Role name for admin related content operations */ public static final String ROLE = "admin-relatedcontent"; private static final Logger logger = LogManager.getLogger(AdminRelatedcontentAction.class);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 16K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/RoleQueryHelperTest.java
@Override public long getCurrentTimeAsLong() { return System.currentTimeMillis(); } @Override public String getSearchRoleByRole(String role) { return "search_" + role; } } static class MockPermissionHelper extends PermissionHelper { public MockPermissionHelper() { this.systemHelper = new MockSystemHelper(); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 28.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/fileauth/AdminFileauthAction.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 Jul 17 08:28:31 UTC 2025 - 19.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/dict/stemmeroverride/AdminDictStemmeroverrideAction.java
/** * Default constructor. */ public AdminDictStemmeroverrideAction() { super(); } /** * The role for this action. */ public static final String ROLE = "admin-dict"; private static final Logger logger = LogManager.getLogger(AdminDictStemmeroverrideAction.class);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 23.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/elevateword/AdminElevatewordAction.java
/** * Default constructor. */ public AdminElevatewordAction() { super(); } /** Role constant for admin elevate word management access control. */ public static final String ROLE = "admin-elevateword"; private static final Logger logger = LogManager.getLogger(AdminElevatewordAction.class);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 22.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/user/bsentity/dbmeta/RoleDbm.java
// ========== protected final String _tableDbName = "role"; protected final String _tableDispName = "role"; protected final String _tablePropertyName = "Role"; public String getTableDbName() { return _tableDbName; } @Override public String getTableDispName() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 7.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/exception/UserRoleLoginException.java
*/ package org.codelibs.fess.exception; import org.codelibs.fess.app.web.RootAction; /** * Exception thrown when user role authentication fails during login attempts. * This exception is used to indicate that a user does not have the required role * to access a specific action or resource. * */ public class UserRoleLoginException extends RuntimeException {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.9K bytes - Viewed (0)