public class PasswordGeneratorModule extends Module implements PasswordGeneratorInterface
configurationPath, getMaintainerFunction, getVersionFunction, properties, STATE_START_TIMEdescription, guiName, namefunctions, getFunctions| Constructor and Description |
|---|
PasswordGeneratorModule() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword()
Generate a password, based on a default template.
|
String |
getPassword(String t)
Generate a password, based on the given template.
|
void |
init()
Initializes the module.
|
void |
onload()
Called when the module is loaded.
|
void |
reload()
Called when the module is reloaded.
|
void |
shutdown()
Called when the module is shut down (removed).
|
void |
unload()
Called when the module is unloaded.
|
addInitParameters, getInitParameter, getInitParameter, getInitParameter, getInitParameters, getInitParameters, getMaintainer, getModule, getModule, getModule, getModule, getModuleInfo, getModuleLoader, getModuleReader, getModuleReader, getModules, getState, getStates, getVersion, hasModule, hasStarted, loadInitParameters, loadInitParameters, maintainance, setInitParameter, setMaintainer, setState, setVersion, shutdownModules, startModule, startModulesgetDefaultLocale, getDescription, getDescription, getGUIName, getGUIName, getLocalizedDescription, getLocalizedGUIName, getName, setDescription, setDescription, setGUIName, setGUIName, setLocalizedDescription, setLocalizedGUIName, setNameaddFunction, createParameters, getFunction, getFunctions, getFunctionValue, newFunctionInstancepublic void onload()
public void reload()
public void init()
public void unload()
public void shutdown()
public String getPassword()
PasswordGeneratorInterfacegetPassword in interface PasswordGeneratorInterfacepublic String getPassword(String t)
PasswordGeneratorInterfacegetPassword in interface PasswordGeneratorInterfacet - the template the password should be based on.MMBase 1.9-SNAPSHOT - ${javadoctimestamp}