Package ninja

Class AuthenticityFilter

  • All Implemented Interfaces:
    Filter

    public class AuthenticityFilter
    extends Object
    implements Filter
    Author:
    svenkubiak
    • Constructor Detail

      • AuthenticityFilter

        @Inject
        public AuthenticityFilter​(Ninja ninja)
    • Method Detail

      • filter

        public Result filter​(FilterChain filterChain,
                             Context context)
        Description copied from interface: Filter
        Filter the request. Filters should invoke the filterChain.nextFilter() method if they wish the request to proceed.
        Specified by:
        filter in interface Filter
        Parameters:
        filterChain - The filter chain
        context - The context