Monitor.findServiceModule(af, RawStoreFactory.MODULE);
// remove secret key from properties list if possible
serviceProperties.remove(Attribute.BOOT_PASSWORD);
value = rsf.changeBootPassword(serviceProperties, value);
serviceProperties.put(RawStoreFactory.ENCRYPTED_KEY,value);
return true;
}
else
{