Package org.springframework.security.web.access.intercept

Enforcement of security for HTTP requests, typically by the URL requested.

See:
          Description

Interface Summary
FilterInvocationSecurityMetadataSource Marker interface for SecurityMetadataSource implementations that are designed to perform lookups keyed on FilterInvocations.
 

Class Summary
DefaultFilterInvocationSecurityMetadataSource Default implementation of FilterInvocationDefinitionSource.
FilterSecurityInterceptor Performs security handling of HTTP resources via a filter implementation.
RequestKey  
 

Package org.springframework.security.web.access.intercept Description

Enforcement of security for HTTP requests, typically by the URL requested.