Interface BankIDMessageRepository
- All Known Implementing Classes:
DefaultBankIDMessageRepository
public interface BankIDMessageRepository
Defines a repository for BankID messages.
- Author:
- Martin Lindström (martin@litsec.se)
-
Method Summary
Modifier and TypeMethodDescriptionBased on the message ID (short name), the method finds the message.
-
Method Details
-
getBankIDMessage
Based on the message ID (short name), the method finds the message.- Parameters:
id
- the short name for the message- Returns:
- the
BankIDMessage
ornull
if no message is found
-