Package org.springframework.security.web.access.intercept
package org.springframework.security.web.access.intercept
Enforcement of security for HTTP requests, typically by the URL requested.
-
ClassDescriptionAn authorization filter that restricts access to the URL using
AuthorizationManager
.Deprecated.In modern Spring Security APIs, each API manages its own configuration context.Deprecated.In modern Spring Security APIs, each API manages its own configuration context.Deprecated.UseAuthorizationFilter
insteadAnHttpServletRequest
authorization context.AnAuthorizationManager
which delegates to a specificAuthorizationManager
based on aRequestMatcher
evaluation.A builder forRequestMatcherDelegatingAuthorizationManager
.