- Sort Score
- Result 10 results
- Languages All
Results 21 - 26 of 26 for group_name (0.07 sec)
-
src/test/java/org/codelibs/fess/ldap/LdapUserTest.java
// Do nothing } }, "activityHelper"); String[] groupNames = ldapUser.getGroupNames(); assertNotNull(groupNames); assertEquals(2, groupNames.length); assertEquals("group1", groupNames[0]); assertEquals("group2", groupNames[1]); } public void test_getGroupNames_empty() { // Test when no groups match the prefix
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 16.6K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/entity/FessUserTest.java
private final String[] roleNames; private final String[] groupNames; private final String[] permissions; public TestFessUser(String name, String[] roleNames, String[] groupNames, String[] permissions) { this.name = name; this.roleNames = roleNames; this.groupNames = groupNames; this.permissions = permissions; } @Override
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 11.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/ldap/LdapManager.java
} final String groupName = getSearchRoleName(groupDn); final String roleType = updateSearchRoles(roleSet, groupDn, groupName); if (fessConfig.getRoleSearchGroupPrefix().equals(roleType) && fessConfig.isLdapSamaccountnameGroup()) { getSAMAccountGroupName(bindDn, groupName).ifPresent(sAMAccountGroupName -> {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 82K bytes - Viewed (0) -
okhttp-osgi-tests/src/test/kotlin/okhttp3/osgi/OsgiTest.kt
return Workspace(workspaceDir.toFile(), bndDir.name) .apply { setProperty( "${Constants.PLUGIN}.$REPO_NAME", LocalIndexedRepo::class.java.getName() + "; ${LocalIndexedRepo.PROP_NAME} = '$REPO_NAME'" + "; ${LocalIndexedRepo.PROP_LOCAL_DIR} = '$repoDir'", ) refresh() prepareWorkspace() } } private fun Workspace.prepareWorkspace() {
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 5K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/searchlist/admin_searchlist_edit.jsp
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 24.9K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.9.md
* Fix kubeadm reset crictl command ([#55717](https://github.com/kubernetes/kubernetes/pull/55717), [@runcom](https://github.com/runcom)) * Fix code-generators to produce correct code when GroupName, PackageName and/or GoName differ. ([#55614](https://github.com/kubernetes/kubernetes/pull/55614), [@sttts](https://github.com/sttts))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Tue Nov 16 10:46:27 UTC 2021 - 313.7K bytes - Viewed (0)