- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for updatedGroups (0.05 seconds)
-
src/main/java/org/codelibs/fess/sso/entraid/EntraIdAuthenticator.java
++processedCount, groupIds.size()); } processParentGroup(user, updatedGroups, updatedRoles, groupId); } // Update groups/roles final String[] finalGroups = updatedGroups.stream().distinct().toArray(n -> new String[n]); final String[] finalRoles = updatedRoles.stream().distinct().toArray(n -> new String[n]);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 08:03:27 GMT 2026 - 56.8K bytes - Click Count (0) -
cmd/iam.go
} parentUserToCredsMap[cred.ParentUser] = append(parentUserToCredsMap[cred.ParentUser], cred) } // 2. Query LDAP server for groups of the LDAP users collected. updatedGroups, err := sys.LDAPConfig.LookupGroupMemberships(parentUserActualDNList, actualDNToLDAPUsernameMap) if err != nil { // Log and return on error - perhaps it'll work the next time. iamLogIf(GlobalContext, err) return
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Wed Oct 15 17:00:45 GMT 2025 - 76.5K bytes - Click Count (0) -
cmd/iam-store.go
Name: group, Status: gi.Status, Members: gi.Members, Policy: policy, UpdatedAt: gi.UpdatedAt, }, nil } // updateGroups updates the group from the persistent store, and also related policy mapping if any. func (store *IAMStoreSys) updateGroups(ctx context.Context, cache *iamCache) (res []string, err error) { groupSet := set.NewStringSet() if iamOS, ok := store.IAMStorageAPI.(*IAMObjectStore); ok {Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 87.1K bytes - Click Count (0)