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 SwitchFilter
SwitchFilter. addRequestCase(Expression<Boolean> condition, Handler handler)
Add a request switch case with a condition and the handler to execute if condition yields.SwitchFilter
SwitchFilter. addResponseCase(Expression<Boolean> condition, Handler handler)
Add a response switch case with a condition and the handler to execute if condition yields.
-