Package | Description |
---|---|
org.forgerock.openig.filter |
Filters the requests and/or responses of HTTP exchanges.
|
Modifier and Type | Method and Description |
---|---|
SwitchFilter |
SwitchFilter.addRequestCase(Expression condition,
Handler handler)
Add a request switch case with a condition and the handler to execute if condition yields.
|
SwitchFilter |
SwitchFilter.addResponseCase(Expression condition,
Handler handler)
Add a response switch case with a condition and the handler to execute if condition yields.
|
Copyright © 2014 ForgeRock AS. All rights reserved.