Identity attribute generators
UbsEmailGenerator
- Description
-
Generates an email address based on a seed, country and sex. Optionally a custom domain can be specified. The country parameter specifies the country/region of origin ('EN', 'DE', 'FR', 'IT', 'NL'). The sex parameter specifies the gender ('M' for male, 'F' for female). Default domain is 'example.com'. This generator requires the lookup tables to be installed.
- Script Language
-
GROOVY
- Parameters
| Display name | Description | Variable name | Data type | Default value |
|---|---|---|---|---|
Seed |
Specifies the value that is used to calculate the hash. |
seed |
STRING |
- |
Country |
Specifies the origin of the name parts. |
country |
STRING |
- |
Sex |
Specifies the gender of the first name. |
sex |
STRING |
- |
Domain |
Target domain of the generated email address (default: example.com). |
domain |
STRING |
- |
UbsFirstNameGenerator
- Description
-
Generates a first name based on the specified seed value. The country parameter specifies the country/region of origin ('EN', 'DE', 'FR', 'IT', 'NL'). The sex parameter specifies the gender ('M' for male, 'F' for female). This generator requires the lookup tables to be installed.
- Script Language
-
GROOVY
- Parameters
| Display name | Description | Variable name | Data type | Default value |
|---|---|---|---|---|
Seed |
Specifies the value that is used to calculate the hash. |
seed |
STRING |
- |
Country |
Specifies the origin of the first name. |
country |
STRING |
- |
Sex |
Specifies the gender of the first name. |
sex |
STRING |
- |
UbsLastNameGenerator
- Description
-
Generates a last name based on the specified seed value. The country parameter specifies the country/region of origin ('EN', 'DE', 'FR', 'IT', 'NL'). Only a single country value can be specified (e.g. 'DE'). This generator requires the lookup tables to be installed.
- Script Language
-
GROOVY
- Parameters
| Display name | Description | Variable name | Data type | Default value |
|---|---|---|---|---|
Seed |
Specifies the value that is used to calculate the hash. |
seed |
STRING |
- |
Country |
Specifies the origin of the last name. |
country |
STRING |
- |