Community
Participate
Working Groups
We have solved the issue of having server meta data in big files (User.pref, etc) via Bug 412995 (provide simple metadata storage). Now that we have our simple metadata storage, we should migrate the metadata in the SecureStorage which also happens to be one big file (.metadata/.plugins/org.eclipse.orion.server.user.securestorage/user_store) The SecureStorage stores the encrypted passwords and the profile properties for the user. This can be stored in the user.json in the SimpleMetaStore.
Since the securestorage implementation is in it's own bundle, I am have created a similar org.eclipse.orion.server.user.simple bundle for: public class SimpleUserCredentialsService implements IOrionCredentialsService public class SimpleUserProfileService implements IOrionUserProfileService
I have called the bundle org.eclipse.orion.server.useradmin.simple. The new services are activated with the setting: orion.core.metastore=simple