Uses of Class
org.forgerock.openig.filter.SwitchFilter
-
Packages that use SwitchFilter Package Description org.forgerock.openig.filter Filters the requests and/or responses of HTTP. -
-
Uses of SwitchFilter in org.forgerock.openig.filter
Methods in org.forgerock.openig.filter that return SwitchFilter Modifier and Type Method Description SwitchFilterSwitchFilter. addRequestCase(Expression<Boolean> condition, org.forgerock.http.Handler handler)Add a request switch case with a condition and the handler to execute if condition yields.SwitchFilterSwitchFilter. addResponseCase(Expression<Boolean> condition, org.forgerock.http.Handler handler)Add a response switch case with a condition and the handler to execute if condition yields.
-