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 Type
    Method
    Description
    @Nullable SyncHandler
    getSyncHandler(@NotNull String name)
    Returns the sync handler with the given name.
  • Method Details

    • getSyncHandler

      @Nullable @Nullable SyncHandler getSyncHandler(@NotNull @NotNull String name)
      Returns the sync handler with the given name.
      Parameters:
      name - the name of the sync handler or null
      Returns:
      the sync handler