Class AuthtypeLock
- java.lang.Object
-
- io.mosip.authentication.common.service.entity.AuthtypeLock
-
@Entity public class AuthtypeLock extends Object
The Class AuthtypeLock - Entity class for table uin_auth_lock.- Author:
- Dinesh Karuppiah.T
-
-
Constructor Summary
Constructors Constructor Description AuthtypeLock(String authtypecode, String statuscode, LocalDateTime unlockExpiryDTtimes)The constructor used in retrieval of the specific fields.
-
-
-
Constructor Detail
-
AuthtypeLock
public AuthtypeLock(String authtypecode, String statuscode, LocalDateTime unlockExpiryDTtimes)
The constructor used in retrieval of the specific fields.- Parameters:
authtypecode-statuscode-
-
-