Package io.undertow.servlet.handlers.security
-
Class Summary Class Description CachedAuthenticatedSessionHandler HttpHandler
responsible for setting up theAuthenticatedSessionManager
for cached authentications and registering aNotificationReceiver
to receive the security notifications.SecurityPathMatches SecurityPathMatches.Builder ServletAuthenticationCallHandler 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.ServletAuthenticationConstraintHandler A simple handler that just sets the auth type to REQUIRED after iterating each of theSingleConstraintMatch
instances and identifying if any require authentication.ServletConfidentialityConstraintHandler Servlet specific extension toSinglePortConfidentialityHandler
ServletFormAuthenticationMechanism Servlet handler for FORM authentication.ServletFormAuthenticationMechanism.Factory ServletSecurityConstraintHandler ServletSecurityRoleHandler Servlet role handlerServletSingleSignOnAuthenticationMechainism Deprecated. ServletSingleSignOnAuthenticationMechanism Servlet version of the single sign on authentication mechanism.SSLInformationAssociationHandler Handler that associates SSL metadata with request