Package org.kapott.hbci.dialog
Enum KnownDialogTemplate
- All Implemented Interfaces:
Serializable
,Comparable<KnownDialogTemplate>
,java.lang.constant.Constable
Die Namen der bekannten Dialog-Templates.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic List
<KnownDialogTemplate> Liste der Dialoge, bei denen ein SCA-Request per HKTAN gesendet werden soll.private String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
Liefert den Namen des Dialogs.static KnownDialogTemplate
Returns the enum constant of this type with the specified name.static KnownDialogTemplate[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
INIT
Dialog-Initialisierung. -
INIT_SCA
Dialog-Initialisierung. -
SYNC
Synchronisierung. -
TANMEDIA
Abruf der TAN-Medien. -
SEPAINFO
Abruf der SEPA-Infos. -
FIRSTKEYREQUEST
Abfrage der Bankensignatur. -
LOCKKEYS
Sperren von Schluesseln. -
END
Dialog-Ende.
-
-
Field Details
-
name
-
LIST_SEND_SCA
Liste der Dialoge, bei denen ein SCA-Request per HKTAN gesendet werden soll. Auch bei der anonymen - Siehe 'FinTS_3.0_Security_Sicherheitsverfahren_PINTAN_2018-02-23_final_version.pdf', letzter Hinweis in B.4.3.1 FIRSTKEYREQUEST ist zwar auch eine Dialog-Initialisierung. Da es die aber nur bei Schluesseldateien und nicht bei PIN/TAN gibt, wuerde ein HKTAN hier gar keinen Sinn machen.
-
-
Constructor Details
-
KnownDialogTemplate
ct.- Parameters:
name
- der Name des Template.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getName
Liefert den Namen des Dialogs.- Returns:
- der Name des Dialogs.
-