...
h3. Component: com.avoka.livecycle.passwordgenerator 8.0
|
h2. PasswordGenerator Service
|
| Password Generator: Utility to generate
a random string for
password |
|
...
h3. Operation: generatePassword Generate Password: Generate a fixed length password. || Input Parameter || Type || Description || | Password Length | int | Specify the length of the password (number of characters). Maximum number of characters is 26. | | Allow Duplicate Character | boolean | Specify whether to allow duplicate characters. |
|
| Mix Case | boolean | Specify whether to have a mix of upper and lower case characters. It will use only lower case characters if this is not true. | | Include Symbol Characters | boolean | Specify whether to include symbol characters. | |
| | Pattern | java.lang.String | Specify
the pattern of the generated password
if it is
numeric only,
alphabet
only
or alphanumeric. | |
|| Output Parameter || Type || Description || |
... | Generated Password | java.lang.String | Process variable to store the generated password. |
h5. {panel:borderStyle=solid} For how to configure license information for this component service - Password Generator, please click on the following link: [Avoka LiveCycle ES Component License Configuration]
Please send us any questions or comments on this documentation regarding Password Generator by clicking on the following link: [Feedback|mailto:docfeedback@avoka.com?subject=DSC Documentation Feedback on Service: Password Generator] {panel}
h3. Licence Configuration:
|| Parameter || Type || Description || |