protected void init() {
super.init();
// init providers
repProvider = new RepositoryProvider();
confCredsProvider = new ConfigCredentialsStore();
credentialsStore = new PasswordPromptingCredentialsStore(confCredsProvider);
// setup default config
setProperty(KEY_DEFAULT_CREDS, null);
// read the default URI from the .vlt root if available