Class DmrFailureReadinessHandler
- java.lang.Object
-
- org.jboss.as.domain.http.server.security.DmrFailureReadinessHandler
-
- All Implemented Interfaces:
io.undertow.server.HttpHandler
public class DmrFailureReadinessHandler extends Object
A RealmReadinessFilter implementation to report by DMR failure that requests can not be processed as the realm is not ready.- Author:
- Darran Lofthouse
-
-
Constructor Summary
Constructors Constructor Description DmrFailureReadinessHandler(Function<io.undertow.server.HttpServerExchange,Boolean> readyFunction, io.undertow.server.HttpHandler next, String redirectTo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleRequest(io.undertow.server.HttpServerExchange exchange)
-