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
SecurityContextinstance with the current request.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.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 contextHttpHandlerresponsible for setting up theAuthenticatedSessionManagerfor cached authentications and registering aNotificationReceiverto receive the security notifications.AHttpHandlerto register a list ofNotificationReceiverinstances with the currentSecurityContext.The security handler responsible for attaching the SecurityContext to the currentHttpServerExchange.An extension toAbstractConfidentialityHandlerthat uses the Host header from the incoming message and specifies the confidential address by just switching the port.