Package io.undertow.security.handlers
package io.undertow.security.handlers
-
ClassesClassDescriptionHandler responsible for checking of confidentiality is required for the requested resource and if so rejecting the request and redirecting to a secure address.Base class responsible for associating the
SecurityContext
instance with the current request.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.Handler responsible for checking the constraints for the current request and marking authentication as required if applicable.Authentication handler that adds one or more authentication mechanisms to the security contextHttpHandler
responsible for setting up theAuthenticatedSessionManager
for cached authentications and registering aNotificationReceiver
to receive the security notifications.AHttpHandler
to register a list ofNotificationReceiver
instances with the currentSecurityContext
.The security handler responsible for attaching the SecurityContext to the currentHttpServerExchange
.An extension toAbstractConfidentialityHandler
that uses the Host header from the incoming message and specifies the confidential address by just switching the port.