196197198199200201202
/** * The in-memory user profile store. */ @Override protected UserProfileStore obtainUserProfileStore() { return new InMemoryUserProfileStore(); }
195196197198199200201