Password Generator
This adapter generates a random password on the basis of a password policy defined by the adapter's parameter. This adapter does not expect an input and outputs an XML document containing the generated password.
Properties
Operation | Defines this adapter's operation Possible values:
|
Parameters
Adapter | Main adapter class (do not change!) Possible values: |
length | Number of characters for the generated password Possible values:
|
numberRequired | Defines if the password will contain a numerical character Possible values:
|
lowerCaseCharRequired | Defines if the password will contain a lowercase character Possible values:
|
upperCaseCharRequired | Defines if the password will contain an uppercase character Possible values:
|
specialCharRequired | Defines if the password will contain a special character ( Possible values:
|
Status values
1 (successful) | The operation has been executed successfully. |
-1 (failed) | The operation could not be executed successfully due to a technical error. |
Input
This adapter does not expect an input.
Output
This adapter outputs an XML document with the following structure:
<Password><!-- Generated password --></Password>