Interface PasswordGenerator
- All Known Implementing Classes:
BasicPasswordGenerator
public interface PasswordGenerator
Implementations of this interface generate a password
- Author:
- glen johnson at Alfresco dot com
-
Method Summary
-
Method Details
-
generatePassword
String generatePassword()Returns a generated password- Returns:
- the generated password
-