| Constructor and Description |
|---|
DBDataStore() |
DBDataStore(DataBaseProps dataBaseConfig) |
DBDataStore(DataBaseProps dataBaseConfig,
int maximumPoolSize,
int validationTimeout,
int connectionTimeout,
int idleTimeout,
int minimumIdle) |
public DBDataStore()
public DBDataStore(DataBaseProps dataBaseConfig)
public DBDataStore(DataBaseProps dataBaseConfig, int maximumPoolSize, int validationTimeout, int connectionTimeout, int idleTimeout, int minimumIdle)
public MosipUserDto authenticateUser(LoginUser loginUser) throws Exception
authenticateUser in interface DataStoreExceptionpublic MosipUserDto authenticateWithOtp(OtpUser otpUser) throws Exception
authenticateWithOtp in interface DataStoreExceptionpublic MosipUserDto authenticateUserWithOtp(UserOtp loginUser) throws Exception
authenticateUserWithOtp in interface DataStoreExceptionpublic MosipUserDto authenticateWithSecretKey(ClientSecret clientSecret) throws Exception
authenticateWithSecretKey in interface DataStoreExceptionpublic RolesListDto getAllRoles()
getAllRoles in interface DataStorepublic MosipUserListDto getListOfUsersDetails(List<String> userDetails)
getListOfUsersDetails in interface DataStorepublic MosipUserSaltListDto getAllUserDetailsWithSalt() throws Exception
getAllUserDetailsWithSalt in interface DataStoreExceptionpublic RIdDto getRidFromUserId(String userId) throws Exception
getRidFromUserId in interface DataStoreExceptionpublic AuthZResponseDto unBlockAccount(String userId) throws Exception
unBlockAccount in interface DataStoreExceptionpublic MosipUserDto registerUser(UserRegistrationRequestDto userId)
registerUser in interface DataStorepublic UserPasswordResponseDto addPassword(UserPasswordRequestDto userPasswordRequestDto)
addPassword in interface DataStorepublic AuthZResponseDto changePassword(PasswordDto passwordDto) throws Exception
changePassword in interface DataStoreExceptionpublic AuthZResponseDto resetPassword(PasswordDto passwordDto) throws Exception
resetPassword in interface DataStoreExceptionpublic UserNameDto getUserNameBasedOnMobileNumber(String mobileNumber) throws Exception
getUserNameBasedOnMobileNumber in interface DataStoreExceptionpublic MosipUserDto getUserRoleByUserId(String username)
getUserRoleByUserId in interface DataStorepublic MosipUserDto getUserDetailBasedonMobileNumber(String mobileNumber) throws Exception
getUserDetailBasedonMobileNumber in interface DataStoreExceptionpublic ValidationResponseDto validateUserName(String userId)
validateUserName in interface DataStorepublic UserDetailsResponseDto getUserDetailBasedOnUid(List<String> userId)
getUserDetailBasedOnUid in interface DataStoreCopyright © 2020. All rights reserved.