org.mmbase.util
Interface PasswordGeneratorInterface

All Known Implementing Classes:
PasswordGeneratorModule

Deprecated. no real need for an interface as there is only one implementation

public interface PasswordGeneratorInterface

Interface for the automatic generation of passwords.
The passwords generated by classes implementing this interface are based on a template. A template can exists of a number of characters, which are replaced by the generator. The meaning of the characters in a template is left to the implementing class.

Version:
$Id: PasswordGeneratorInterface.java 35335 2009-05-21 08:14:41Z michiel $
Author:
Rico Jansen, Pierre van Rooden (javadocs)
Application:
SCAN (users)

Method Summary
 String getPassword()
          Deprecated. Generate a password, based on a default template.
 String getPassword(String template)
          Deprecated. Generate a password, based on the given template.
 

Method Detail

getPassword

String getPassword()
Deprecated. 
Generate a password, based on a default template.

Returns:
the generated password.

getPassword

String getPassword(String template)
Deprecated. 
Generate a password, based on the given template.

Parameters:
template - the template the password should be based on.
Returns:
the generated password.


MMBase 2.0-SNAPSHOT - null