|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 | |
java.lang.String |
getPassword()
Generate a password, based on a default template. |
java.lang.String |
getPassword(java.lang.String template)
Generate a password, based on the given template. |
| Method Detail |
public java.lang.String getPassword()
public java.lang.String getPassword(java.lang.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 | ||||||||