Class WebSphereUserGroupsProvider

java.lang.Object
com.i2group.disco.user.WebSphereUserGroupsProvider
All Implemented Interfaces:
IUserGroupsProvider

public final class WebSphereUserGroupsProvider extends Object implements IUserGroupsProvider
An implementation of IUserGroupsProvider that works with the Liberty user registry.
Since:
8.0
  • Constructor Details

    • WebSphereUserGroupsProvider

      public WebSphereUserGroupsProvider()
  • Method Details

    • getGroupsForUser

      public final Set<String> getGroupsForUser(String principalName)
      Description copied from interface: IUserGroupsProvider
      Gets Strings that contain the names of the user groups that the specified user belongs to.
      Specified by:
      getGroupsForUser in interface IUserGroupsProvider
      Parameters:
      principalName - A String that contains the principal name of the user to retrieve group membership information for.
      Returns:
      See above.