- Sort Score
- Result 10 results
- Languages All
Results 101 - 110 of 270 for Role (0.01 sec)
-
src/main/java/org/codelibs/fess/app/web/api/admin/FessApiAdminAction.java
* including enhanced access control for administrative operations. * * <p>Admin API actions require special permissions and access tokens * that are validated against the admin role configuration.</p> */ public abstract class FessApiAdminAction extends FessApiAction { /** Logger instance for this class. */ private static final Logger logger = LogManager.getLogger(FessApiAdminAction.class);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 2.3K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/common/admin/crud/buttons.jsp
value="<la:message key="labels.crud_button_delete" />"> <em class="fa fa-trash"> <la:message key="labels.crud_button_delete" /> </button> <div class="modal fade" id="confirmToDelete" tabindex="-1" role="dialog"> <div class="modal-dialog"> <div class="modal-content bg-danger"> <div class="modal-header"> <h4 class="modal-title"> <la:message key="labels.crud_title_delete" /> </h4>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Mon Feb 10 12:37:20 UTC 2020 - 2.7K bytes - Viewed (0) -
src/main/webapp/WEB-INF/orig/view/index.jsp
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jan 18 12:09:07 UTC 2025 - 7K bytes - Viewed (1) -
src/test/java/org/codelibs/fess/entity/QueryContextTest.java
public void test_roleQuery() { queryContext = new QueryContext("test", false); // Default should be enabled assertTrue(queryContext.roleQueryEnabled()); // Skip role query queryContext.skipRoleQuery(); assertFalse(queryContext.roleQueryEnabled()); } // Test getDefaultField and setDefaultField public void test_defaultField() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 17.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessUserBean.java
return user.getGroupNames(); } public boolean isEditable() { return user.isEditable(); } public boolean hasRole(final String role) { return stream(user.getRoleNames()).get(stream -> stream.anyMatch(s -> s.equals(role))); } public boolean hasRoles(final String[] acceptedRoles) { return stream(user.getRoleNames())
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 5.1K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/it/admin/AccessTokenTests.java
searchBody.put("size", NUM * 2); List<String> updatedList = getPropList(searchBody, "permissions"); for (String val : updatedList) { assertEquals(val, "{role}admin-api2"); } } private void testPermission() { // Create access token final String name = NAME_PREFIX + 0; final Map<String, Object> requestBody = new HashMap<>();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jun 12 02:18:38 UTC 2025 - 3.7K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/advance.jsp
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jan 18 12:09:07 UTC 2025 - 14.1K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/it/admin/RoleTests.java
import org.junit.jupiter.api.Test; @Tag("it") public class RoleTests extends CrudTestBase { private static final String NAME_PREFIX = "roleTest_"; private static final String API_PATH = "/api/admin/role"; private static final String LIST_ENDPOINT_SUFFIX = "settings"; private static final String ITEM_ENDPOINT_SUFFIX = "setting"; private static final String KEY_PROPERTY = "name"; @Override
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 2.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessHtmlPath.java
/** The path of the HTML: /admin/role/admin_role.jsp */ HtmlNext path_AdminRole_AdminRoleJsp = new HtmlNext("/admin/role/admin_role.jsp"); /** The path of the HTML: /admin/role/admin_role_details.jsp */ HtmlNext path_AdminRole_AdminRoleDetailsJsp = new HtmlNext("/admin/role/admin_role_details.jsp"); /** The path of the HTML: /admin/role/admin_role_edit.jsp */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jun 21 04:02:44 UTC 2025 - 26.3K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/pathmap/admin_pathmap.jsp
</la:info> <la:errors/> </div> <a role="button" data-toggle="collapse" href="#listSearchForm" aria-expanded="false" aria-controls="listSearchForm"><i class="fas fa-search" aria-hidden="true"></i></a>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Mar 31 05:47:05 UTC 2020 - 7.4K bytes - Viewed (0)