Class PasswordGenerator
- java.lang.Object
-
- org.openiam.idm.srvc.pswd.service.PasswordGenerator
-
@Component public class PasswordGenerator extends Object
Generates a random string that is used to create a password.- Author:
- suneet
-
-
Constructor Summary
Constructors Constructor Description PasswordGenerator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
generatePassword(int length)
static String
generatePassword(Policy policy)
-