Uses of Interface
io.mosip.kernel.auth.defaultimpl.repository.DataStore
-
Packages that use DataStore Package Description io.mosip.kernel.auth.defaultimpl.repository io.mosip.kernel.auth.defaultimpl.repository.impl -
-
Uses of DataStore in io.mosip.kernel.auth.defaultimpl.repository
Methods in io.mosip.kernel.auth.defaultimpl.repository that return DataStore Modifier and Type Method Description DataStoreUserStoreFactory. getDataStoreBasedOnApp(String appId)Methods in io.mosip.kernel.auth.defaultimpl.repository that return types with arguments of type DataStore Modifier and Type Method Description Map<String,DataStore>UserStoreFactory. getUserStores() -
Uses of DataStore in io.mosip.kernel.auth.defaultimpl.repository.impl
Classes in io.mosip.kernel.auth.defaultimpl.repository.impl that implement DataStore Modifier and Type Class Description classDBDataStoreclassKeycloakImplclassLdapDataStoreDeprecated.Methods in io.mosip.kernel.auth.defaultimpl.repository.impl that return DataStore Modifier and Type Method Description DataStoreUserStoreFactoryImpl. getDataStoreBasedOnApp(String appId)Methods in io.mosip.kernel.auth.defaultimpl.repository.impl that return types with arguments of type DataStore Modifier and Type Method Description Map<String,DataStore>UserStoreFactoryImpl. getUserStores()
-