Enum KnownDialogTemplate

java.lang.Object
java.lang.Enum<KnownDialogTemplate>
org.kapott.hbci.dialog.KnownDialogTemplate
All Implemented Interfaces:
Serializable, Comparable<KnownDialogTemplate>, java.lang.constant.Constable

public enum KnownDialogTemplate extends Enum<KnownDialogTemplate>
Die Namen der bekannten Dialog-Templates.
  • Enum Constant Details

  • Field Details

    • name

      private String name
    • LIST_SEND_SCA

      public static List<KnownDialogTemplate> 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

      private KnownDialogTemplate(String name)
      ct.
      Parameters:
      name - der Name des Template.
  • Method Details

    • values

      public static KnownDialogTemplate[] 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

      public static KnownDialogTemplate valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getName

      public String getName()
      Liefert den Namen des Dialogs.
      Returns:
      der Name des Dialogs.