public interface FilterCondition
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(org.forgerock.services.context.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(org.forgerock.services.context.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 © 2021 Open Identity Platform Community. All rights reserved.