public interface FilterCondition
boolean matches(Context context, Request request)
true
if the conditional filter should be invoked, or
false
if processing should continue directly to the next filter
in the filter chain.context
- The filter chain context.request
- The request to be filtered.true
if the conditional filter should be invoked.Copyright 2011-2015 ForgeRock AS.