Package com.flowable.core.idm.api.ldap
Interface LdapUserGroupsProvider
-
- All Known Implementing Classes:
DefaultLdapUserGroupsProvider
public interface LdapUserGroupsProvider
A provider for the groups of a user.- Author:
- Filip Hrisafov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<PlatformGroup>
determineUserGroups(String userDn, Attributes userAttributes)
Determine the groups that the user belongs to.
-
-
-
Method Detail
-
determineUserGroups
List<PlatformGroup> determineUserGroups(String userDn, Attributes userAttributes)
Determine the groups that the user belongs to.- Parameters:
userDn
- the distinguished name of the useruserAttributes
- the user attributes- Returns:
- the groups that the user belongs to
-
-