Class ServerErrorReadinessHandler
- java.lang.Object
-
- org.jboss.as.domain.http.server.security.ServerErrorReadinessHandler
-
- All Implemented Interfaces:
io.undertow.server.HttpHandler
public class ServerErrorReadinessHandler extends Object
A filter to return 500 if the realm is not ready to handle authentication requests.- Author:
- Kabir Khan
-
-
Constructor Summary
Constructors Constructor Description ServerErrorReadinessHandler(String contextName, Function<io.undertow.server.HttpServerExchange,Boolean> readyFunction, io.undertow.server.HttpHandler next)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleRequest(io.undertow.server.HttpServerExchange exchange)
-