Password Generator DSC

Version 1 by Kendy Yus
on Oct 22, 2008 12:48.

compared with
Current by Kendy Yus
on Oct 24, 2008 13:43.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (2)

View page history
h2. PasswordGenerator Service
Password Generator: Utility to generate a random string for password

| 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 ||