Package org.keycloak.storage.datastore
Class LegacyDatastoreProvider
- java.lang.Object
- 
- org.keycloak.storage.datastore.LegacyDatastoreProvider
 
- 
- All Implemented Interfaces:
- Provider,- DatastoreProvider,- LegacyStoreManagers
 
 public class LegacyDatastoreProvider extends Object implements DatastoreProvider, LegacyStoreManagers 
- 
- 
Constructor SummaryConstructors Constructor Description LegacyDatastoreProvider(LegacyDatastoreProviderFactory factory, KeycloakSession session)
 - 
Method Summary
 
- 
- 
- 
Constructor Detail- 
LegacyDatastoreProviderpublic LegacyDatastoreProvider(LegacyDatastoreProviderFactory factory, KeycloakSession session) 
 
- 
 - 
Method Detail- 
clientStorageManagerpublic ClientProvider clientStorageManager() - Specified by:
- clientStorageManagerin interface- LegacyStoreManagers
 
 - 
clientScopeStorageManagerpublic ClientScopeProvider clientScopeStorageManager() - Specified by:
- clientScopeStorageManagerin interface- LegacyStoreManagers
 
 - 
roleStorageManagerpublic RoleProvider roleStorageManager() - Specified by:
- roleStorageManagerin interface- LegacyStoreManagers
 
 - 
groupStorageManagerpublic GroupProvider groupStorageManager() - Specified by:
- groupStorageManagerin interface- LegacyStoreManagers
 
 - 
userStorageManagerpublic UserProvider userStorageManager() - Specified by:
- userStorageManagerin interface- LegacyStoreManagers
 
 - 
userLocalStoragepublic UserProvider userLocalStorage() - Specified by:
- userLocalStoragein interface- LegacyStoreManagers
 
 - 
userFederatedStoragepublic UserFederatedStorageProvider userFederatedStorage() - Specified by:
- userFederatedStoragein interface- LegacyStoreManagers
 
 - 
clientspublic ClientProvider clients() - Specified by:
- clientsin interface- DatastoreProvider
 
 - 
clientScopespublic ClientScopeProvider clientScopes() - Specified by:
- clientScopesin interface- DatastoreProvider
 
 - 
groupspublic GroupProvider groups() - Specified by:
- groupsin interface- DatastoreProvider
 
 - 
realmspublic RealmProvider realms() - Specified by:
- realmsin interface- DatastoreProvider
 
 - 
rolespublic RoleProvider roles() - Specified by:
- rolesin interface- DatastoreProvider
 
 - 
userspublic UserProvider users() - Specified by:
- usersin interface- DatastoreProvider
 
 - 
getExportImportManagerpublic ExportImportManager getExportImportManager() - Specified by:
- getExportImportManagerin interface- DatastoreProvider
 
 - 
getMigrationManagerpublic MigrationManager getMigrationManager() 
 
- 
 
-