* {@inheritDoc}
*/
public ConfigChangeResult applyConfigurationDelete(
PasswordGeneratorCfg configuration)
{
ResultCode resultCode = ResultCode.SUCCESS;
boolean adminActionRequired = false;
// See if the entry is registered as a password generator. If so,
// deregister it and stop the generator.