Interface AccountExternalIdCreator


public interface AccountExternalIdCreator
  • Method Summary

    Modifier and Type
    Method
    Description
    create(Account.Id id, String username, String email)
    Returns additional external identifiers to assign to a given user when creating an account.
  • Method Details

    • create

      List<ExternalId> create(Account.Id id, String username, String email)
      Returns additional external identifiers to assign to a given user when creating an account.
      Parameters:
      id - the identifier of the account.
      username - the name of the user.
      email - an optional email address to assign to the external identifiers, or null.
      Returns:
      a list of external identifiers, or an empty list.