Class ServletAuthenticationConstraintHandler

java.lang.Object
io.undertow.security.handlers.AuthenticationConstraintHandler
io.undertow.servlet.handlers.security.ServletAuthenticationConstraintHandler
All Implemented Interfaces:
HttpHandler

public class ServletAuthenticationConstraintHandler extends 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