Uses of Class
org.opends.server.api.RequestFilterChain
-
Packages that use RequestFilterChain Package Description org.opends.server.api Contains a number of API declarations for use throughout the Directory Server. -
-
Uses of RequestFilterChain in org.opends.server.api
Methods in org.opends.server.api that return RequestFilterChain Modifier and Type Method Description static RequestFilterChain
RequestFilterChain. filterChain(RequestFilter filter)
Returns a new filter chain containing the single provided filter.RequestFilterChain
RequestFilterChain. then(RequestFilter next)
Concatenate a transformer filter to this filter.RequestFilterChain
RequestFilterChain. thenMaybe(boolean condition, RequestFilter next)
Optionally concatenate a new filter to this filter.
-