Interface PasswordGenerator
-
- All Known Implementing Classes:
BasicPasswordGenerator
public interface PasswordGeneratorImplementations of this interface generate a password- Author:
- glen johnson at Alfresco dot com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgeneratePassword()Returns a generated password
-
-
-
Method Detail
-
generatePassword
String generatePassword()
Returns a generated password- Returns:
- the generated password
-
-