Class PasswordHelperImpl

java.lang.Object
com.atlassian.crowd.util.PasswordHelperImpl
All Implemented Interfaces:
PasswordHelper

public class PasswordHelperImpl extends Object implements PasswordHelper
Various password helper methods.
  • Constructor Details

    • PasswordHelperImpl

      public PasswordHelperImpl()
  • Method Details

    • generateRandomPassword

      public String generateRandomPassword()
      Specified by:
      generateRandomPassword in interface PasswordHelper
      Returns:
      password consisting of a random permutation of letters and numbers, based on the output of a cryptographically secure PRNG.