Uses of Enum Class
se.swedenconnect.bankid.rpapi.support.BankIDMessage.ShortName
Packages that use BankIDMessage.ShortName
Package
Description
Contains support implementations for BankID operations.
-
Uses of BankIDMessage.ShortName in se.swedenconnect.bankid.rpapi.support
Methods in se.swedenconnect.bankid.rpapi.support that return BankIDMessage.ShortNameModifier 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.Methods in se.swedenconnect.bankid.rpapi.support with parameters of type BankIDMessage.ShortNameModifier 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.Constructors in se.swedenconnect.bankid.rpapi.support with parameters of type BankIDMessage.ShortNameModifierConstructorDescriptionBankIDMessageImpl
(BankIDMessage.ShortName shortName, String... messageCodes) Constructor.BankIDMessageImpl
(BankIDMessage.ShortName shortName, List<String> messageCodes) Constructor.