this.store = new BasicOAuth2Store(cache, persister, encrypter, globalRedirectUri, authority,
contextRoot, stateCrypter);
if (importFromConfig) {
try {
final OAuth2Persister source = new JSONOAuth2Persister(encrypter, authority,
globalRedirectUri, contextRoot);
BasicOAuth2Store.runImport(source, persister, importClean);
} catch (final OAuth2PersistenceException e) {
if (OAuth2Module.LOG.isLoggable()) {
OAuth2Module.LOG.log("store init exception", e);