| Constructor and Description |
|---|
LdapDataStore() |
LdapDataStore(DataBaseProps dataBaseConfig) |
public LdapDataStore()
public LdapDataStore(DataBaseProps dataBaseConfig)
public MosipUserDto authenticateUser(LoginUser loginUser) throws Exception
authenticateUser in interface DataStoreExceptionpublic MosipUserDto authenticateWithOtp(OtpUser otpUser) throws Exception
authenticateWithOtp in interface DataStoreExceptionpublic MosipUserDto authenticateUserWithOtp(UserOtp userOtp) throws Exception
authenticateUserWithOtp in interface DataStoreExceptionpublic MosipUserDto authenticateWithSecretKey(ClientSecret clientSecret) throws Exception
authenticateWithSecretKey in interface DataStoreExceptionpublic MosipUserDto getLoginDetails(LoginUser loginUser) throws Exception
Exceptionpublic RolesListDto getAllRoles()
getAllRoles in interface DataStorepublic MosipUserListDto getListOfUsersDetails(List<String> users) throws Exception
getListOfUsersDetails in interface DataStoreExceptionpublic 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 AuthZResponseDto changePassword(PasswordDto passwordDto)
changePassword in interface DataStorepublic AuthZResponseDto resetPassword(PasswordDto passwordDto)
resetPassword in interface DataStorepublic UserNameDto getUserNameBasedOnMobileNumber(String mobileNumber) throws Exception
getUserNameBasedOnMobileNumber in interface DataStoreExceptionpublic MosipUserDto registerUser(UserRegistrationRequestDto userCreationRequestDto)
registerUser in interface DataStorepublic UserPasswordResponseDto addPassword(UserPasswordRequestDto userPasswordRequestDto)
addPassword in interface DataStorepublic MosipUserDto getUserRoleByUserId(String username) throws Exception
getUserRoleByUserId in interface DataStoreExceptionpublic MosipUserDto getUserDetailBasedonMobileNumber(String mobileNumber) throws Exception
getUserDetailBasedonMobileNumber in interface DataStoreExceptionpublic ValidationResponseDto validateUserName(String userId)
validateUserName in interface DataStorepublic UserDetailsResponseDto getUserDetailBasedOnUid(List<String> userIds)
getUserDetailBasedOnUid in interface DataStorepublic Map<Object,Object> getPagenatedMap(List<UserDetailsDto> list, int pageSize)
list - pageSize - Copyright © 2020. All rights reserved.