Interface VIDService
-
@Service public interface VIDServiceThe Interface VIDService.- Author:
- Arun Bose
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VIDResponseDTOgenerateVID(String uin)this method generates the VID based on the UIN and performs UIN and VID validations,prior to the generation.
-
-
-
Method Detail
-
generateVID
VIDResponseDTO generateVID(String uin) throws IdAuthenticationBusinessException
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
-
-