- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for membership (0.05 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java
* Defines the search filter used to locate groups in LDAP. */ @Size(max = 1000) public String ldapGroupFilter; /** * LDAP attribute name for group membership. * Specifies which LDAP attribute contains group membership information. */ @Size(max = 100) public String ldapMemberofAttribute; /** * Notification message displayed on the login page.Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 10.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/sso/entraid/EntraIdAuthenticator.java
} /** * Updates the user's group and role membership information with lazy loading for parent groups. * Direct groups are retrieved synchronously, while parent groups are fetched asynchronously * to avoid login delays when users have many nested group memberships. * @param user The Entra ID user to update. */ public void updateMemberOf(final EntraIdUser user) {Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 56.7K bytes - Viewed (0)