クラス GlobalMethodSecurityConfiguration

java.lang.ObjectSE
org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration
実装されたすべてのインターフェース:
org.springframework.beans.factory.Awareorg.springframework.beans.factory.BeanFactoryAwareorg.springframework.beans.factory.SmartInitializingSingletonorg.springframework.context.annotation.ImportAware

@DeprecatedSE @Configuration(proxyBeanMethods=false) @Role(2) public class GlobalMethodSecurityConfiguration extends ObjectSE implements org.springframework.context.annotation.ImportAware, org.springframework.beans.factory.SmartInitializingSingleton, org.springframework.beans.factory.BeanFactoryAware
使用すべきではありません。
代わりに PrePostMethodSecurityConfigurationSecuredMethodSecurityConfiguration、または Jsr250MethodSecurityConfiguration を使用してください
グローバルメソッドセキュリティを有効にするためのベース Configuration。クラスはこのクラスを継承してデフォルトをカスタマイズできますが、サブクラスに EnableGlobalMethodSecurity アノテーションを指定する必要があります。
導入:
3.2
関連事項: