Interface PasswordGenerator
- All Known Implementing Classes:
SecureRandomPasswordGenerator
public interface PasswordGenerator
An interface to generate a password.
-
Method Summary
-
Method Details
-
generate
String generate()Generates the password and returns it.- Returns:
- the password
-