Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for getActivityHelper (0.24 sec)

  1. src/main/java/org/codelibs/fess/ldap/LdapUser.java

                    permissions = distinct(ArrayUtils.addAll(ldapManager.getRoles(this, baseDn, accountFilter, groupFilter, roles -> {
                        permissions = distinct(roles);
                        ComponentUtil.getActivityHelper().permissionChanged(OptionalThing.of(new FessUserBean(this)));
                    }), fessConfig.getRoleSearchUserPrefix() + ldapManager.normalizePermissionName(getName())));
                } else {
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/util/ComponentUtil.java

            return getComponent(LDAP_MANAGER);
        }
    
        /**
         * Gets the activity helper component.
         * @return The activity helper.
         */
        public static ActivityHelper getActivityHelper() {
            return getComponent(ACTIVITY_HELPER);
        }
    
        /**
         * Gets the request manager component.
         * @return The request manager.
         */
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 28.9K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/sso/entraid/EntraIdAuthenticator.java

                    if (logger.isDebugEnabled()) {
                        logger.debug("[scheduleParentGroupLookup] Notifying permission change for user: {}", user.getName());
                    }
                    ComponentUtil.getActivityHelper().permissionChanged(OptionalThing.of(new FessUserBean(user)));
                } catch (final Exception e) {
                    final long elapsedTime = System.currentTimeMillis() - startTime;
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 56.7K bytes
    - Viewed (0)
Back to top