Liferay 6.0.5

com.liferay.util
Class PwdGenerator

java.lang.Object
  extended by com.liferay.util.PwdGenerator

public class PwdGenerator
extends Object


Field Summary
static String KEY1
           
static String KEY2
           
static String KEY3
           
 
Constructor Summary
PwdGenerator()
           
 
Method Summary
static String getPassword()
           
static String getPassword(int length)
           
static String getPassword(String key, int length)
           
static String getPassword(String key, int length, boolean useAllKeys)
           
static String getPinNumber()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY1

public static String KEY1

KEY2

public static String KEY2

KEY3

public static String KEY3
Constructor Detail

PwdGenerator

public PwdGenerator()
Method Detail

getPinNumber

public static String getPinNumber()

getPassword

public static String getPassword()

getPassword

public static String getPassword(int length)

getPassword

public static String getPassword(String key,
                                 int length)

getPassword

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

Liferay 6.0.5