@FunctionalInterface public interface FilterCondition
Modifier and Type | Method and Description |
---|---|
boolean |
matches(Context context,
Request request)
Returns
true if the conditional filter should be invoked, or
false if processing should continue directly to the next filter
in the filter chain. |
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-2017 ForgeRock AS.