Interface FilterPriority

All Known Implementing Classes:
AuthenticationFilter, AuthorizationFilter, AuthorizationPreFilter

public interface FilterPriority
The Filter Priority API allows filters that implement this interface to be given priority depending on their priority value.

Filters with a lower priority are called before filters with a higher priority. Filters with an explicit priority are called before filters with no priority at all.

Author:
Arjan Tijms
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the priority of this filter in the filter chain.
  • Method Details

    • getPriority

      int getPriority()
      Returns the priority of this filter in the filter chain.
      Returns:
      the priority value