Class AutnTxn
- java.lang.Object
-
- io.mosip.authentication.common.service.entity.AutnTxn
-
@Entity public class AutnTxn extends Object
This class mapped with table "autn_txn" and used byAutnTxnRepositoryto fetch records.- Author:
- Rakesh Roshan
-
-
Constructor Summary
Constructors Constructor Description AutnTxn(String token, String refIdType, String entityId)The constructor used in retrieval of the specific fields.AutnTxn(String requestTrnId, LocalDateTime requestDTtimes, String authTypeCode, String statusCode, String statusComment, String refId, String refIdType, String entityName, String requestSignature, String responseSignature)The constructor used in retrieval of the specific fields.
-
-
-
Constructor Detail
-
AutnTxn
public AutnTxn(String requestTrnId, LocalDateTime requestDTtimes, String authTypeCode, String statusCode, String statusComment, String refId, String refIdType, String entityName, String requestSignature, String responseSignature)
The constructor used in retrieval of the specific fields.- Parameters:
requestTrnId-requestDTtimes-authTypeCode-statusCode-statusComment-refId-entityName-
-
-