Interface RestExtension


public interface RestExtension
  • Method Details

    • getCatActionsFilter

      Predicate<AbstractCatAction> getCatActionsFilter()
      Returns a filter that determines which cat actions are exposed in /_cat. The filter should return true if an action should be included, or false otherwise.
    • getActionsFilter

      Predicate<RestHandler> getActionsFilter()
      Returns a filter that determines which rest actions are exposed. The filter should return false if an action should be included, or false if the paths
      Returns:
    • allowAll

      static RestExtension allowAll()
      Returns a rest extension which allows all rest endpoints through.