Package io.undertow.security.handlers
Class AuthenticationMechanismsHandler
java.lang.Object
io.undertow.security.handlers.AuthenticationMechanismsHandler
- All Implemented Interfaces:
HttpHandler
Authentication handler that adds one or more authentication
mechanisms to the security context
- Author:
- Stuart Douglas
-
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationMechanismsHandler
(HttpHandler next, List<AuthenticationMechanism> authenticationMechanisms) AuthenticationMechanismsHandler
(List<AuthenticationMechanism> authenticationHandlers) -
Method Summary
Modifier and TypeMethodDescriptiongetNext()
void
handleRequest
(HttpServerExchange exchange) Handle the request.setNext
(HttpHandler next)
-
Constructor Details
-
AuthenticationMechanismsHandler
public AuthenticationMechanismsHandler(HttpHandler next, List<AuthenticationMechanism> authenticationMechanisms) -
AuthenticationMechanismsHandler
-
-
Method Details
-
handleRequest
Description copied from interface:HttpHandler
Handle the request.- Specified by:
handleRequest
in interfaceHttpHandler
- Parameters:
exchange
- the HTTP request/response exchange- Throws:
Exception
-
getNext
-
setNext
-