Enum LockType

    • Enum Constant Detail

      • ACCOUNT

        public static final LockType ACCOUNT
      • APPLICATION

        public static final LockType APPLICATION
      • IMAGE_OWNER

        public static final LockType IMAGE_OWNER
      • OUTBOUND_SMS

        public static final LockType OUTBOUND_SMS
      • STORED_FILE

        public static final LockType STORED_FILE
      • TICKET

        public static final LockType TICKET
      • VOUCHER

        public static final LockType VOUCHER
      • VOUCHER_BUYING

        public static final LockType VOUCHER_BUYING
      • VOUCHER_TYPE

        public static final LockType VOUCHER_TYPE
      • WEBSHOP_PRODUCT

        public static final LockType WEBSHOP_PRODUCT
      • UNIQUE_VALIDATION

        public static final LockType UNIQUE_VALIDATION
      • AGREEMENT

        public static final LockType AGREEMENT
      • CONTACT

        public static final LockType CONTACT
      • OIDC_KEYS

        public static final LockType OIDC_KEYS
      • OIDC_PAYMENT

        public static final LockType OIDC_PAYMENT
      • ACCOUNT_CREATION

        public static final LockType ACCOUNT_CREATION
      • CUSTOM

        public static final LockType CUSTOM
      • IP_ADDRESS

        public static final LockType IP_ADDRESS
      • INSTALLMENT

        public static final LockType INSTALLMENT
      • MAX_USERS_ALERT

        public static final LockType MAX_USERS_ALERT
      • PROFILING

        public static final LockType PROFILING
      • STORAGE

        public static final LockType STORAGE
      • USER_AGENT

        public static final LockType USER_AGENT
    • Method Detail

      • values

        public static LockType[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (LockType c : LockType.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static LockType 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
      • nullKey

        public LockKey nullKey()