Package | Description |
---|---|
org.forgerock.openig.filter |
Filters the requests and/or responses of HTTP.
|
Modifier and Type | Method and 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.
|
Copyright 2011-2017 ForgeRock AS.