Interface LdapUserGroupsProvider

All Known Implementing Classes:
DefaultLdapUserGroupsProvider

public interface LdapUserGroupsProvider
A provider for the groups of a user.
Author:
Filip Hrisafov
  • Method Details

    • determineUserGroups

      List<PlatformGroup> determineUserGroups(String userDn, Attributes userAttributes)
      Determine the groups that the user belongs to.
      Parameters:
      userDn - the distinguished name of the user
      userAttributes - the user attributes
      Returns:
      the groups that the user belongs to