net.incongru.berkano.security.password
Interface PasswordGenerator
- All Known Implementing Classes:
- BasicPasswordGenerator
public interface PasswordGenerator
Implementations of this interface generate a random (or not...) password
and return it in clear form. Whatever does anything with it will encrypt it
if necessary using a PasswordMatchingStrategy.
- Version:
- $Revision: 1.1 $
- Author:
- greg, $Author: gj $ (last edit)
|
Method Summary |
java.lang.String |
generate()
|
generate
java.lang.String generate()
Copyright © 2004-2007. All Rights Reserved.