org.hackystat.sensorbase.resource.users
Class PasswordGenerator

java.lang.Object
  extended by org.hackystat.sensorbase.resource.users.PasswordGenerator

 class PasswordGenerator
extends java.lang.Object

Provides a static function for generating new, unique passwords. Package private because only UserManager should be interacting with this class.

Author:
Philip M. Johnson

Method Summary
static java.lang.String make()
          Creates and returns a new randomly generated password.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

make

public static java.lang.String make()
Creates and returns a new randomly generated password.

Returns:
The random string.