Package com.atlassian.crowd.util
Class PasswordHelperImpl
java.lang.Object
com.atlassian.crowd.util.PasswordHelperImpl
- All Implemented Interfaces:
PasswordHelper
Various password helper methods.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
PasswordHelperImpl
public PasswordHelperImpl()
-
-
Method Details
-
generateRandomPassword
- Specified by:
generateRandomPassword
in interfacePasswordHelper
- Returns:
- password consisting of a random permutation of letters and numbers, based on the output of a cryptographically secure PRNG.
-