- Sort Score
- Result 10 results
- Languages All
Results 51 - 60 of 270 for Role (0.02 sec)
-
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* comment: Whether LDAP role search for role is enabled. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getLdapRoleSearchRoleEnabled(); /** * Is the property for the key 'ldap.role.search.role.enabled' true? <br> * The value is, e.g. true <br> * comment: Whether LDAP role search for role is enabled.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (1) -
src/main/java/org/codelibs/fess/app/web/admin/webconfig/AdminWebconfigAction.java
public class AdminWebconfigAction extends FessAdminAction { /** * Default constructor. */ public AdminWebconfigAction() { super(); } /** Role name for admin web config operations */ public static final String ROLE = "admin-webconfig"; private static final Logger logger = LogManager.getLogger(AdminWebconfigAction.class);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 21K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/PopularWordHelperTest.java
} public void test_getCacheKey_specialCharacters() { String seed = "test@seed#with$special%chars"; String[] tags = { "tag@1", "tag#2" }; String[] roles = { "role$1", "role%2" }; String[] fields = { "field&1", "field*2" }; String[] excludes = { "exclude^1", "exclude(2)" }; String result = popularWordHelper.getCacheKey(seed, tags, roles, fields, excludes);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 11K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/common/admin/sidebar.jsp
<p><la:message key="labels.menu_user" /></p> </a></li></c:if> <c:if test="${fe:permission('admin-role-view')}"> <li class="nav-item"> <a href="${fe:url('/admin/role/')}" class="nav-link <c:if test="${param.menuType=='role'}">active</c:if>"> <em class='fa fa-genderless nav-icon'> <p><la:message key="labels.menu_role" /></p> </a></li></c:if>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Apr 15 20:55:28 UTC 2021 - 17.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/role/AdminRoleAction.java
import jakarta.annotation.Resource; /** * Admin action for Role management. * */ public class AdminRoleAction extends FessAdminAction { /** * Default constructor. */ public AdminRoleAction() { super(); } /** Role name for admin role operations */ public static final String ROLE = "admin-role";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 13.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/role/ApiAdminRoleAction.java
/** The role service for managing role settings. */ @Resource private RoleService roleService; /** * Retrieves role settings with pagination. * * @param body the search parameters for filtering and pagination * @return JSON response containing role settings list */ // GET /api/admin/role/settings // PUT /api/admin/role/settings @Execute
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/systeminfo/AdminSysteminfoAction.java
public class AdminSysteminfoAction extends FessAdminAction { /** * Default constructor. */ public AdminSysteminfoAction() { super(); } /** Role name for admin system info operations */ public static final String ROLE = "admin-systeminfo"; private static final String MASKED_VALUE = "XXXXXXXX"; // ===================================================================================
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 9.7K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/plugin/admin_plugin_installplugin.jsp
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Fri Feb 14 12:15:45 UTC 2020 - 5.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/role/CreateForm.java
public Integer crudMode; /** * The name of the role. */ @Required @Size(max = 100) public String name; /** * The attributes map for the role. */ public Map<String, String> attributes = new HashMap<>(); /** * Initializes the form with default values for creating a new role. */ public void initialize() { crudMode = CrudMode.CREATE;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.5K bytes - Viewed (0) -
src/main/webapp/js/bootstrap.min.js
(t)))||null}_setInitialAttributes(t,e){this._setAttributeIfNotExists(t,"role","tablist");for(const t of e)this._setInitialAttributesOnChild(t)}_setInitialAttributesOnChild(t){t=this._getInnerElement(t);const e=this._elemIsActive(t),s=this._getOuterElement(t);t.setAttribute("aria-selected",e),s!==t&&this._setAttributeIfNotExists(s,"role","presentation"),e||t.setAttribute("tabindex","-1"),this._setAttributeIfNotExists(t,"role","tab"),this._setInitialAttributesOnTargetPanel(t)}_setInitialAttributes...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Jan 12 06:14:02 UTC 2025 - 58.9K bytes - Viewed (0)