|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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.
| 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 |
|---|
String getPassword()
String getPassword(String template)
template - the template the password should be based on.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||