Uses of Class
io.mosip.authentication.common.service.entity.AutnTxn
-
-
Uses of AutnTxn in io.mosip.authentication.common.manager
Methods in io.mosip.authentication.common.manager with parameters of type AutnTxn Modifier and Type Method Description voidIdAuthFraudAnalysisEventManager. analyseEvent(AutnTxn txn) -
Uses of AutnTxn in io.mosip.authentication.common.service.builder
Methods in io.mosip.authentication.common.service.builder that return AutnTxn Modifier and Type Method Description AutnTxnAuthTransactionBuilder. build(EnvUtil env, IdaUinHashSaltRepo uinHashSaltRepo, IdAuthSecurityManager securityManager)BuildAutnTxn. -
Uses of AutnTxn in io.mosip.authentication.common.service.helper
Methods in io.mosip.authentication.common.service.helper that return AutnTxn Modifier and Type Method Description AutnTxnAuthTransactionHelper. buildAuthTransactionEntity(AuthTransactionBuilder authTxnBuilder)Builds the auth transaction entity. -
Uses of AutnTxn in io.mosip.authentication.common.service.impl
Methods in io.mosip.authentication.common.service.impl with parameters of type AutnTxn Modifier and Type Method Description static AutnTxnDtoAuthTxnServiceImpl. fetchAuthResponseDTO(AutnTxn autnTxn)Fetch auth response DTO.voidIdServiceImpl. saveAutnTxn(AutnTxn authTxn)Store entry in Auth_txn table for all authentications. -
Uses of AutnTxn in io.mosip.authentication.common.service.repository
Methods in io.mosip.authentication.common.service.repository that return types with arguments of type AutnTxn Modifier and Type Method Description List<AutnTxn>AutnTxnRepository. findByToken(String token, org.springframework.data.domain.Pageable pagaeable)List<AutnTxn>AutnTxnRepository. findByTxnId(String txnId, org.springframework.data.domain.Pageable pagaeable, String authtypecode)Obtain all Authentication Transaction for particular TxnId and UIN.
-