Interface VIDService
@Service
public interface VIDService
The Interface VIDService.
- Author:
- Arun Bose
-
Method Summary
Modifier and TypeMethodDescriptiongenerateVID(String uin) this method generates the VID based on the UIN and performs UIN and VID validations,prior to the generation.
-
Method Details
-
generateVID
this method generates the VID based on the UIN and performs UIN and VID validations,prior to the generation.- Parameters:
uin- the uin- Returns:
- the VID response DTO
- Throws:
IdAuthenticationBusinessException- the id authentication business exception
-