Uses of Class
org.forgerock.openig.filter.StaticRequestFilter
Packages that use StaticRequestFilter
-
Uses of StaticRequestFilter in org.forgerock.openig.filter
Methods in org.forgerock.openig.filter that return StaticRequestFilterModifier and TypeMethodDescriptionStaticRequestFilter.addFormParameter
(String name, Expression<String> value) Adds a new form parameter using the givenkey
with the givenExpression
.StaticRequestFilter.addHeaderValue
(String key, Expression<String> value) Adds a new header value using the givenkey
with the givenExpression
.