Enum Processors

    • Enum Constant Detail

      • MODIFY_HEADERS

        public static final Processors MODIFY_HEADERS
      • DELETE_HEADERS

        public static final Processors DELETE_HEADERS
      • BLACKLIST_IP

        public static final Processors BLACKLIST_IP
      • CHALLENGE_REQUEST

        public static final Processors CHALLENGE_REQUEST
      • DELETE_BLACKLISTED

        public static final Processors DELETE_BLACKLISTED
      • WHITELIST_IP

        public static final Processors WHITELIST_IP
      • BLOCK_REQUEST

        public static final Processors BLOCK_REQUEST
    • Method Detail

      • values

        public static Processors[] 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 Processors 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
      • getProcess

        public String getProcess()