Package io.undertow.security.handlers
Class AuthenticationCallHandler
java.lang.Object
io.undertow.security.handlers.AuthenticationCallHandler
- All Implemented Interfaces:
HttpHandler
This is the final
HttpHandler
in the security chain, it's purpose is to act as a barrier at the end of the chain to
ensure authenticate is called after the mechanisms have been associated with the context and the constraint checked.- Author:
- Darran Lofthouse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
handleRequest
(HttpServerExchange exchange) Only allow the request through if successfully authenticated or if authentication is not required.
-
Constructor Details
-
AuthenticationCallHandler
-
-
Method Details
-
handleRequest
Only allow the request through if successfully authenticated or if authentication is not required.- Specified by:
handleRequest
in interfaceHttpHandler
- Parameters:
exchange
- the HTTP request/response exchange- Throws:
Exception
- See Also:
-