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
Modifier and TypeMethodDescriptiondetermineUserGroups
(String userDn, Attributes userAttributes) Determine the groups that the user belongs to.
-
Method Details
-
determineUserGroups
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
-