Interface MigrationContext


public interface MigrationContext
Contains the details of a particular migration
  • Method Summary

    Modifier and Type
    Method
    Description
    Checks migration mappings and returns a new/replacement user key if one applies to the specified user.
  • Method Details

    • getMappedUserKey

      Optional<String> getMappedUserKey(String userKey)
      Checks migration mappings and returns a new/replacement user key if one applies to the specified user.
      Parameters:
      userKey - key of a user
      Returns:
      new/replacement userKey, or empty if there are no changes for the user