Uses of Enum Class
se.swedenconnect.bankid.rpapi.support.BankIDMessage.ShortName
Package
Description
Contains support implementations for BankID operations.
-
Uses of BankIDMessage.ShortName in se.swedenconnect.bankid.rpapi.support
Modifier and TypeMethodDescriptionBankIDMessage.getShortName()
Returns the "short name" for the message to displayed.BankIDMessageImpl.getShortName()
Returns the "short name" for the message to displayed.static BankIDMessage.ShortName
Returns the enum constant of this class with the specified name.static BankIDMessage.ShortName[]
BankIDMessage.ShortName.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionBankIDMessageRepository.getBankIDMessage
(BankIDMessage.ShortName id) Based on the message ID (short name), the method finds the message.DefaultBankIDMessageRepository.getBankIDMessage
(BankIDMessage.ShortName id) Based on the message ID (short name), the method finds the message.ModifierConstructorDescriptionBankIDMessageImpl
(BankIDMessage.ShortName shortName, String... messageCodes) Constructor.BankIDMessageImpl
(BankIDMessage.ShortName shortName, List<String> messageCodes) Constructor.