Class GroupSynchronizer.Null
java.lang.Object
io.deephaven.enterprise.authserver.GroupSynchronizer.Null
- All Implemented Interfaces:
GroupSynchronizer
- Enclosing interface:
- GroupSynchronizer
Do nothing synchronizer.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.enterprise.authserver.GroupSynchronizer
GroupSynchronizer.Null -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsynchronizeGroups(@NotNull String user, @NotNull Collection<String> providerGroups) Called after groups are provided by the authentication provider for an authenticated user.
-
Constructor Details
-
Null
public Null()
-
-
Method Details
-
synchronizeGroups
public void synchronizeGroups(@NotNull @NotNull String user, @NotNull @NotNull Collection<String> providerGroups) Description copied from interface:GroupSynchronizerCalled after groups are provided by the authentication provider for an authenticated user.- Specified by:
synchronizeGroupsin interfaceGroupSynchronizer- Parameters:
user- the authenticated userproviderGroups- the list of external groups for the user
-