public interface DataStore
RolesListDto getAllRoles()
MosipUserListDto getListOfUsersDetails(List<String> userDetails) throws Exception
ExceptionMosipUserSaltListDto getAllUserDetailsWithSalt() throws Exception
ExceptionAuthZResponseDto unBlockAccount(String userId) throws Exception
ExceptionMosipUserDto registerUser(UserRegistrationRequestDto userId)
UserPasswordResponseDto addPassword(UserPasswordRequestDto userPasswordRequestDto)
AuthZResponseDto changePassword(PasswordDto passwordDto) throws Exception
ExceptionAuthZResponseDto resetPassword(PasswordDto passwordDto) throws Exception
ExceptionUserNameDto getUserNameBasedOnMobileNumber(String mobileNumber) throws Exception
ExceptionMosipUserDto authenticateUser(LoginUser loginUser) throws Exception
ExceptionMosipUserDto authenticateWithOtp(OtpUser otpUser) throws Exception
ExceptionMosipUserDto authenticateUserWithOtp(UserOtp loginUser) throws Exception
ExceptionMosipUserDto authenticateWithSecretKey(ClientSecret clientSecret) throws Exception
ExceptionMosipUserDto getUserRoleByUserId(String username) throws Exception
ExceptionMosipUserDto getUserDetailBasedonMobileNumber(String mobileNumber) throws Exception
ExceptionValidationResponseDto validateUserName(String userId)
UserDetailsResponseDto getUserDetailBasedOnUid(List<String> userIds)
Copyright © 2020. All rights reserved.