public static interface ConditionalFilters.Condition
Filter
.Modifier and Type | Method and Description |
---|---|
boolean |
canApplyFilter(org.forgerock.services.context.Context context,
org.forgerock.http.protocol.Request request)
Check if a
Filter must be executed or not. |
boolean canApplyFilter(org.forgerock.services.context.Context context, org.forgerock.http.protocol.Request request)
Filter
must be executed or not.context
- Current Context
of the request processing.request
- the Request
currently processed.Copyright 2010-2017 ForgeRock AS.