- Sort Score
- Num 10 results
- Language All
Results 31 - 40 of 285 for hgroup (0.27 seconds)
-
src/test/java/org/codelibs/fess/validation/CronExpressionTest.java
// Validate special group violations = validator.validate(bean, SpecialGroup.class); assertEquals(1, violations.size()); assertTrue(violations.iterator().next().getPropertyPath().toString().contains("specialCron")); // Validate all groups violations = validator.validate(bean); assertEquals(1, violations.size()); // Only default group is validated }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 12.5K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/app/pager/UserPagerTest.java
UserPager userPager = new UserPager(); userPager.id = "testId"; userPager.name = "testName"; userPager.roles = new String[] { "role1", "role2" }; userPager.groups = new String[] { "group1" }; userPager.versionNo = "1"; userPager.setAllRecordCount(100); userPager.setAllPageCount(10); userPager.setExistPrePage(true); userPager.setExistNextPage(true);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 12:58:11 GMT 2026 - 3.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/group/AdminGroupAction.java
/** * Gets a group entity based on the form. * * @param form the create form * @return optional group entity */ private static OptionalEntity<Group> getEntity(final CreateForm form) { switch (form.crudMode) { case CrudMode.CREATE: return OptionalEntity.of(new Group()).map(entity -> {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 20 13:56:35 GMT 2025 - 16K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/base/login/SamlCredential.java
} /** * Gets the default groups as an array. * @return The default groups as an array. */ protected String[] getDefaultGroupsAsArray() { final List<String> list = new ArrayList<>(); final FessConfig fessConfig = ComponentUtil.getFessConfig(); final String key = fessConfig.getSystemProperty("saml.attribute.group.name", "memberOf"); if (StringUtil.isNotBlank(key)) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 8.4K bytes - Click Count (0) -
src/main/webapp/css/admin/adminlte.min.css.map
flex;\n}\n\n.input-group-prepend .btn,\n.input-group-append .btn {\n position: relative;\n z-index: 2;\n}\n\n.input-group-prepend .btn:focus,\n.input-group-append .btn:focus {\n z-index: 3;\n}\n\n.input-group-prepend .btn + .btn,\n.input-group-prepend .btn + .input-group-text,\n.input-group-prepend .input-group-text + .input-group-text,\n.input-group-prepend .input-group-text + .btn,\n.input-group-append .btn + .btn,\n.input-group-append .btn + .input-group-text,\n.input-group-append .input-group-text...Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Oct 26 01:49:09 GMT 2024 - 3.7M bytes - Click Count (3) -
src/main/java/org/codelibs/fess/ldap/LdapManager.java
} /** * Adds group attributes to the LDAP entry for group creation. * * @param entry the BasicAttributes to add group attributes to * @param group the group object containing attribute values */ protected void addGroupAttributes(final BasicAttributes entry, final Group group) { OptionalUtil.ofNullable(group.getGidNumber())Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Jan 02 08:06:20 GMT 2026 - 85.2K bytes - Click Count (0) -
src/main/resources/fess_label_fr.properties
labels.oic_scope=Scope labels.oic_base_url=Base URL labels.oic_default_groups=Default Groups labels.oic_default_roles=Default Roles labels.general_menu_saml=SAML labels.saml_sp_base_url=SP Base URL labels.saml_attribute_group_name=Group Attribute Name labels.saml_attribute_role_name=Role Attribute Name labels.saml_default_groups=Default Groups labels.saml_default_roles=Default Roles labels.general_menu_spnego=SPNEGO
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 54.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/validation/FessActionValidator.java
/** * Fess-specific action validator that extends the LastaFlute ActionValidator. * This validator provides validation functionality for Fess web actions with custom * message handling and runtime group validation. * * @param <MESSAGES> the type of user messages used by this validator */ public class FessActionValidator<MESSAGES extends UserMessages> extends ActionValidator<MESSAGES> { /**
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1.8K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/sso/oic/OpenIdConnectAuthenticatorTest.java
assertNull(attributes.get("optional_claim")); } @Test public void test_parseJwtClaim_arrayValues() throws IOException { final String jwtClaim = "{\"roles\":[\"admin\",\"user\"],\"groups\":[\"group1\",\"group2\"]}"; final Map<String, Object> attributes = new HashMap<>(); authenticator.parseJwtClaim(jwtClaim, attributes); assertTrue(attributes.get("roles") instanceof List);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jan 15 12:54:47 GMT 2026 - 11K bytes - Click Count (0) -
.teamcity/src/main/kotlin/model/PerformanceTestBucketProvider.kt
listOf(performanceTestSpec.performanceTestType) } return performanceTestConfigurations.flatMap { configuration -> configuration.groups .filter { group -> performanceTestTypes.any { type -> group.performanceTestTypes[type]?.contains(performanceTestSpec.os) == true }
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Jan 29 01:37:22 GMT 2026 - 17.2K bytes - Click Count (0)