Class PwdGenerator

Object
com.liferay.portal.kernel.util.PwdGenerator

public class PwdGenerator extends Object
Author:
Brian Wing Shun Chan, Amos Fong, Shuyang Zhou
  • Field Details

  • Constructor Details

    • PwdGenerator

      public PwdGenerator()
  • Method Details

    • getPassword

      public static String getPassword()
    • getPassword

      public static String getPassword(int length)
    • getPassword

      public static String getPassword(int length, String... keys)
    • getPassword

      public static String getPassword(String key, int length)
    • getPassword

      public static String getPassword(String key, int length, boolean useAllKeys)
    • getPinNumber

      public static String getPinNumber()