Interface IUserGroupsProvider

All Known Implementing Classes:
WebSphereUserGroupsProvider

public interface IUserGroupsProvider
A provider of information about user group membership to i2 Analyze.
Since:
8.0
  • Method Summary

    Modifier and Type
    Method
    Description
    getGroupsForUser(String principalName)
    Gets Strings that contain the names of the user groups that the specified user belongs to.
  • Method Details

    • getGroupsForUser

      Set<String> getGroupsForUser(String principalName)
      Gets Strings that contain the names of the user groups that the specified user belongs to.
      Parameters:
      principalName - A String that contains the principal name of the user to retrieve group membership information for.
      Returns:
      See above.