Uses of Package
io.undertow.security.handlers
-
Packages that use io.undertow.security.handlers Package Description io.undertow.security.handlers io.undertow.servlet.handlers.security -
Classes in io.undertow.security.handlers used by io.undertow.security.handlers Class Description AbstractConfidentialityHandler Handler responsible for checking of confidentiality is required for the requested resource and if so rejecting the request and redirecting to a secure address.AbstractSecurityContextAssociationHandler Base class responsible for associating theSecurityContextinstance with the current request.AuthenticationMechanismsHandler 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.security Class Description AbstractConfidentialityHandler Handler responsible for checking of confidentiality is required for the requested resource and if so rejecting the request and redirecting to a secure address.AuthenticationConstraintHandler Handler responsible for checking the constraints for the current request and marking authentication as required if applicable.SinglePortConfidentialityHandler An extension toAbstractConfidentialityHandlerthat uses the Host header from the incoming message and specifies the confidential address by just switching the port.