Interface BankIDMessage
- All Known Implementing Classes:
BankIDMessageImpl
public interface BankIDMessage
An abstraction for messages that are displayed for the user during a BankID operation.
- Author:
- Martin Lindström
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumEnumeration of the short names for the "Recommended User Messages" as defined in section 6 of the BankID Relying Party Guidelines. -
Method Summary
Modifier and TypeMethodDescriptionReturns an ordered list containing the message code(s) for this message.Returns the "short name" for the message to displayed.
-
Method Details
-
getShortName
BankIDMessage.ShortName getShortName()Returns the "short name" for the message to displayed.See section 6 of the BankID Relying Party Guidelines.
- Returns:
- the message short name
-
getMessageCodes
-