Class RedirectReadinessHandler
- java.lang.Object
-
- org.jboss.as.domain.http.server.security.RedirectReadinessHandler
-
- All Implemented Interfaces:
io.undertow.server.HttpHandler
public class RedirectReadinessHandler extends Object
A readiness filter to redirect users to an error page if the realm is not ready to handle authentication requests.- Author:
- Darran Lofthouse
-
-
Constructor Summary
Constructors Constructor Description RedirectReadinessHandler(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)
-