| Package | Description |
|---|---|
| io.mosip.authentication.common.service.builder | |
| io.mosip.authentication.common.service.impl | |
| io.mosip.authentication.common.service.repository |
| Modifier and Type | Method and Description |
|---|---|
AutnTxn |
AuthTransactionBuilder.build(org.springframework.core.env.Environment env,
UinEncryptSaltRepo uinEncryptSaltRepo,
UinHashSaltRepo uinHashSaltRepo,
IdAuthTransactionManager transactionManager)
Build
AutnTxn. |
| Modifier and Type | Method and Description |
|---|---|
void |
IdServiceImpl.saveAutnTxn(AutnTxn authTxn)
Store entry in Auth_txn table for all authentications.
|
| Modifier and Type | Method and Description |
|---|---|
List<AutnTxn> |
AutnTxnRepository.findByTxnId(String txnId,
org.springframework.data.domain.Pageable pagaeable,
String authtypecode)
Obtain all Authentication Transaction for particular TxnId and UIN.
|
List<AutnTxn> |
AutnTxnRepository.findByUin(String uinHash,
org.springframework.data.domain.Pageable pagaeable) |
Copyright © 2020. All rights reserved.