Package io.undertow.servlet.handlers.security
package io.undertow.servlet.handlers.security
-
ClassesClassDescription
HttpHandler
responsible for setting up theAuthenticatedSessionManager
for cached authentications and registering aNotificationReceiver
to receive the security notifications.This is the finalHttpHandler
in 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 theSingleConstraintMatch
instances and identifying if any require authentication.Servlet specific extension toSinglePortConfidentialityHandler
Servlet handler for FORM authentication.Servlet role handlerDeprecated.Servlet version of the single sign on authentication mechanism.Handler that associates SSL metadata with request