Package io.undertow.servlet.handlers.security
package io.undertow.servlet.handlers.security
-
ClassesClassDescription
HttpHandlerresponsible for setting up theAuthenticatedSessionManagerfor cached authentications and registering aNotificationReceiverto receive the security notifications.This is the finalHttpHandlerin 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.A simple handler that just sets the auth type to REQUIRED after iterating each of theSingleConstraintMatchinstances and identifying if any require authentication.Servlet specific extension toSinglePortConfidentialityHandlerServlet handler for FORM authentication.Servlet role handlerDeprecated.Servlet version of the single sign on authentication mechanism.Handler that associates SSL metadata with request