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()voidhandleRequest(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:HttpHandlerHandle the request.- Specified by:
handleRequestin interfaceHttpHandler- Parameters:
exchange- the HTTP request/response exchange- Throws:
Exception
-
getNext
-
setNext
-