public interface AuthService extends AuthZService, AuthNService
validateTokenauthenticateUser, authenticateUserWithOtp, authenticateWithOtp, authenticateWithSecretKeyMosipUserTokenDto retryToken(String existingToken) throws Exception
ExceptionAuthNResponse invalidateToken(String token) throws Exception
ExceptionRolesListDto getAllRoles(String appId)
MosipUserListDto getListOfUsersDetails(List<String> userDetails, String appId) throws Exception
ExceptionMosipUserSaltListDto getAllUserDetailsWithSalt(String appId) throws Exception
ExceptionRIdDto getRidBasedOnUid(String userId, String appId) throws Exception
ExceptionAuthZResponseDto unBlockUser(String userId, String appId) throws Exception
ExceptionAuthZResponseDto changePassword(String appId, PasswordDto passwordDto) throws Exception
ExceptionAuthZResponseDto resetPassword(String appId, PasswordDto passwordDto) throws Exception
ExceptionUserNameDto getUserNameBasedOnMobileNumber(String appId, String mobileNumber) throws Exception
ExceptionMosipUserDto registerUser(UserRegistrationRequestDto userCreationRequestDto)
UserPasswordResponseDto addUserPassword(UserPasswordRequestDto userPasswordRequestDto)
UserRoleDto getUserRole(String appId, String userId) throws Exception
ExceptionMosipUserDto getUserDetailBasedonMobileNumber(String appId, String mobileNumber) throws Exception
ExceptionValidationResponseDto validateUserName(String appId, String userName)
UserDetailsResponseDto getUserDetailBasedOnUserId(String appId, List<String> userIds)
MosipUserDto valdiateToken(String token)
AuthResponseDto logoutUser(String token)
AccessTokenResponseDTO loginRedirect(String state, String sessionState, String code, String stateCookie, String redirectURI)
Copyright © 2020. All rights reserved.