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
.Default implementation of FilterInvocationDefinitionSource.Marker interface forSecurityMetadataSource
implementations that are designed to perform lookups keyed onFilterInvocation
s.Deprecated.AnHttpServletRequest
authorization context.AnAuthorizationManager
which delegates to a specificAuthorizationManager
based on aRequestMatcher
evaluation.A builder forRequestMatcherDelegatingAuthorizationManager
.
AuthorizationFilter
instead