Uploaded image for project: 'LDAP Connector'
  1. LDAP Connector
  2. MGNLLDAP-87

Add possibility to retrieve all users having assigned a certain group or role

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Neutral Neutral
    • 1.8
    • 1.6.3
    • None
    • Yes
    • Yes
    • Kromeriz 79
    • 13

      With MAGNOLIA-6010 we added those possibilities to the jcr implementation of UserManager in order to speed up those operations where till now we had to retrieve all users first and only then filter for those having a certain group or role assigned. In order to be backwards compatible ExtendedUserManager implements the new methods as well by delegating to getAllUsers() and doing the filtering himself now. For the case of LDAP we could speed up those operations a lot by providing dedicated implementations for #getUsersWithGroup() and #getUsersWithRole()

        Acceptance criteria

              mdivilek Milan Divilek
              dlipp Daniel Lipp
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Task DoD