Interface SyncManager
- All Known Implementing Classes:
SyncManagerImpl
public interface SyncManager
The external identity synchronization management.
The default manager is registered as OSGi service and can also be retrieved via
SecurityProvider.getConfiguration(Class)
-
Method Summary
Modifier and TypeMethodDescription@Nullable SyncHandler
getSyncHandler
(@NotNull String name) Returns the sync handler with the given name.
-
Method Details
-
getSyncHandler
Returns the sync handler with the given name.- Parameters:
name
- the name of the sync handler ornull
- Returns:
- the sync handler
-