Liferay 6.1.2-ce-ga3

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 final String KEY1
See Also:
Constant Field Values

KEY2

public static final String KEY2
See Also:
Constant Field Values

KEY3

public static final String KEY3
See Also:
Constant Field Values
Constructor Detail

PwdGenerator

public PwdGenerator()
Method Detail

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)

getPinNumber

public static String getPinNumber()

Liferay 6.1.2-ce-ga3