Package org.springframework.security.web.access.channel
package org.springframework.security.web.access.channel
Classes that ensure web requests are received over required transport channels.
Most commonly used to enforce that requests are submitted over HTTP or HTTPS.
-
ClassDescriptionDecides whether a web channel provides sufficient security.Implementation of
ChannelDecisionManager
.May be used by aChannelProcessor
to launch a web channel.Ensures a web request is delivered over the required channel.Decides whether a web channel meets a specific security condition.Ensures channel security is inactive by review ofHttpServletRequest.isSecure()
responses.Commences an insecure channel by retrying the original request using HTTP.Commences a secure channel by retrying the original request using HTTPS.Ensures channel security is active by review ofHttpServletRequest.isSecure()
responses.