クラス GlobalMethodSecurityConfiguration

java.lang.ObjectSE
org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration
実装済みのインターフェース一覧:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.SmartInitializingSingleton, org.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
関連事項: