Class UserStoreFactoryImpl
- java.lang.Object
-
- io.mosip.kernel.auth.defaultimpl.repository.impl.UserStoreFactoryImpl
-
- All Implemented Interfaces:
UserStoreFactory
@Component public class UserStoreFactoryImpl extends Object implements UserStoreFactory
- Author:
- Ramadurai Pandian
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbuildDataStoreMap()DataStoregetDataStoreBasedOnApp(String appId)Map<String,DataStore>getUserStores()
-
-
-
Method Detail
-
getUserStores
public Map<String,DataStore> getUserStores()
- Specified by:
getUserStoresin interfaceUserStoreFactory
-
buildDataStoreMap
public void buildDataStoreMap()
-
getDataStoreBasedOnApp
public DataStore getDataStoreBasedOnApp(String appId)
- Specified by:
getDataStoreBasedOnAppin interfaceUserStoreFactory
-
-