Class GroupSynchronizer.Null

java.lang.Object
io.deephaven.enterprise.authserver.GroupSynchronizer.Null
All Implemented Interfaces:
GroupSynchronizer
Enclosing interface:
GroupSynchronizer

public static class GroupSynchronizer.Null extends Object implements GroupSynchronizer
Do nothing synchronizer.
  • Constructor Details

    • Null

      public Null()
  • Method Details

    • synchronizeGroups

      public void synchronizeGroups(@NotNull @NotNull String user, @NotNull @NotNull Collection<String> providerGroups)
      Description copied from interface: GroupSynchronizer
      Called after groups are provided by the authentication provider for an authenticated user.
      Specified by:
      synchronizeGroups in interface GroupSynchronizer
      Parameters:
      user - the authenticated user
      providerGroups - the list of external groups for the user