Interface BankIDMessageRepository

All Known Implementing Classes:
DefaultBankIDMessageRepository

public interface BankIDMessageRepository
Defines a repository for BankID messages.
Author:
Martin Lindström (martin@litsec.se)
  • Method Details

    • getBankIDMessage

      BankIDMessage getBankIDMessage(BankIDMessage.ShortName id)
      Based on the message ID (short name), the method finds the message.
      Parameters:
      id - the short name for the message
      Returns:
      the BankIDMessage or null if no message is found