Uses of Package
io.undertow.security.handlers
Packages that use io.undertow.security.handlers
-
Classes in io.undertow.security.handlers used by io.undertow.security.handlersClassDescriptionHandler 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.Authentication handler that adds one or more authentication mechanisms to the security context -
Classes in io.undertow.security.handlers used by io.undertow.servlet.handlers.securityClassDescriptionHandler responsible for checking of confidentiality is required for the requested resource and if so rejecting the request and redirecting to a secure address.Handler responsible for checking the constraints for the current request and marking authentication as required if applicable.An extension to
AbstractConfidentialityHandlerthat uses the Host header from the incoming message and specifies the confidential address by just switching the port.