net.incongru.berkano.security.password.generator
Class BasicPasswordGenerator

java.lang.Object
  extended by net.incongru.berkano.security.password.generator.BasicPasswordGenerator
All Implemented Interfaces:
PasswordGenerator

public class BasicPasswordGenerator
extends java.lang.Object
implements PasswordGenerator

This simple PasswordGenerator is based on RandomStringUtils from jakarta-commons-lang, and generates a random password of 6 characters composed of letters and numbers only.

Version:
$Revision: 1.1 $
Author:
greg, $Author: gj $ (last edit)

Constructor Summary
BasicPasswordGenerator()
           
 
Method Summary
 java.lang.String generate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicPasswordGenerator

public BasicPasswordGenerator()
Method Detail

generate

public java.lang.String generate()
Specified by:
generate in interface PasswordGenerator


Copyright © 2004-2007. All Rights Reserved.