Interface SyncManager
-
public interface SyncManagerThe external identity synchronization management. The default manager is registered as OSGi service and can also be retrieved viaSecurityProvider.getConfiguration(Class)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable SyncHandlergetSyncHandler(@NotNull java.lang.String name)Returns the sync handler with the given name.
-
-
-
Method Detail
-
getSyncHandler
@Nullable @Nullable SyncHandler getSyncHandler(@NotNull @NotNull java.lang.String name)
Returns the sync handler with the given name.- Parameters:
name- the name of the sync handler ornull- Returns:
- the sync handler
-
-