Interface ExternalUserConverter


@ExtensionPoint public interface ExternalUserConverter
The external user converter can be used to modify users which are provided by external systems before creation in SCM-Manager. The implementations will be called in the SyncingRealmHelper
Since:
2.9.0
  • Method Summary

    Modifier and Type
    Method
    Description
    convert(User user)
    Returns the converted user.
  • Method Details

    • convert

      User convert(User user)
      Returns the converted user.
      Returns:
      converted user