Interface AuthTransactionStoreFunction
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface AuthTransactionStoreFunction
The Interface AuthTransactionStoreFunction.- Author:
- Loganathan S
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstoreAuthTransaction(Map<String,Object> metadata, String requestSignature, String responseSignature)Store auth transaction.
-
-
-
Method Detail
-
storeAuthTransaction
void storeAuthTransaction(Map<String,Object> metadata, String requestSignature, String responseSignature) throws IdAuthenticationAppException
Store auth transaction.- Parameters:
metadata- the metadatarequestSignature- the request signatureresponseSignature- the response signature- Throws:
IdAuthenticationAppException- the id authentication app exception
-
-