Package org.springframework.security.config.method
package org.springframework.security.config.method
Support for parsing of the <global-method-security> and <intercept-methods>
elements.
-
ClassDescriptionDeprecated.Processes the top-level "method-security" element.Deprecated.Use
<intercept-methods>
,<method-security>
, or@EnableMethodSecurity
MethodSecurityBeanDefinitionParser
instead