Package com.i2group.disco.user.spi
Interface IUserGroupsProvider
- All Known Implementing Classes:
WebSphereUserGroupsProvider
public interface IUserGroupsProvider
A provider of information about user membership of system groups, when i2 Analyze is in
just-in-time provisioning mode.
- Since:
- 8.0
-
Method Summary
Modifier and TypeMethodDescriptiongetGroupsForUser
(String principalName) GetsString
s that contain the names of the system user groups that the specified user belongs to.