Interface SyncManager


  • 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 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 or null
        Returns:
        the sync handler