Enum Class ContentOverride.Position

java.lang.Object
java.lang.Enum<ContentOverride.Position>
se.swedenconnect.bankid.idp.authn.api.overrides.ContentOverride.Position
All Implemented Interfaces:
Serializable, Comparable<ContentOverride.Position>, Constable
Enclosing class:
ContentOverride

public static enum ContentOverride.Position extends Enum<ContentOverride.Position>
The position where the context should be inserted.
  • Enum Constant Details

    • ABOVE

      public static final ContentOverride.Position ABOVE
      Above the main content box on all screens.
    • BELOW

      public static final ContentOverride.Position BELOW
      Below the main content box on all screens.
    • DEVICESELECT

      public static final ContentOverride.Position DEVICESELECT
      In the top of the main content box on the device select screen.
    • QRCODE

      public static final ContentOverride.Position QRCODE
      In the top of the main content box on the "Other device" screen, showing the QR code.
    • AUTOSTART

      public static final ContentOverride.Position AUTOSTART
      In the top of the main content box on the "This device" screen, trying to autostart the BankID app.
  • Method Details

    • values

      public static ContentOverride.Position[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ContentOverride.Position valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null