Class ServletAuthenticationConstraintHandler
java.lang.Object
io.undertow.security.handlers.AuthenticationConstraintHandler
io.undertow.servlet.handlers.security.ServletAuthenticationConstraintHandler
- All Implemented Interfaces:
io.undertow.server.HttpHandler
public class ServletAuthenticationConstraintHandler
extends io.undertow.security.handlers.AuthenticationConstraintHandler
A simple handler that just sets the auth type to REQUIRED after iterating each of the
SingleConstraintMatch
instances
and identifying if any require authentication.- Author:
- Stuart Douglas, Darran Lofthouse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
isAuthenticationRequired
(io.undertow.server.HttpServerExchange exchange) Methods inherited from class io.undertow.security.handlers.AuthenticationConstraintHandler
handleRequest
-
Constructor Details
-
ServletAuthenticationConstraintHandler
public ServletAuthenticationConstraintHandler(io.undertow.server.HttpHandler next)
-
-
Method Details
-
isAuthenticationRequired
protected boolean isAuthenticationRequired(io.undertow.server.HttpServerExchange exchange) - Overrides:
isAuthenticationRequired
in classio.undertow.security.handlers.AuthenticationConstraintHandler
-