Interface PasswordGenerator

All Known Implementing Classes:
SecureRandomPasswordGenerator

public interface PasswordGenerator
An interface to generate a password.
  • Method Summary

    Modifier and Type
    Method
    Description
    Generates the password and returns it.
  • Method Details

    • generate

      String generate()
      Generates the password and returns it.
      Returns:
      the password