Password
Configuration
constructor()
Constructor to init the PasswordConfiguration class
constructor(id: String, length: Int, includeNumbers: Boolean, includeUppercaseLetters: Boolean, includeSpecialCharacters: Boolean)
Constructor to init the PasswordConfiguration class
Parameters
id
The identifier of the password
length
The length of the generated password
includeNumbers
Whether the generated password must include the numbers
includeUppercaseLetters
Whether the generated password must include the uppercase letters
includeSpecialCharacters
Whether the generated password must include the special characters