Interface PasswordHelper

All Known Implementing Classes:
PasswordHelperImpl

public interface PasswordHelper
  • Method Details

    • generateRandomPassword

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