Class MethodSecurityConfig

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.SmartInitializingSingleton, org.springframework.context.annotation.ImportAware

    @Configuration
    @EnableGlobalMethodSecurity(prePostEnabled=true)
    public class MethodSecurityConfig
    extends org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration
    • Method Summary

      • Methods inherited from class org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration

        accessDecisionManager, afterInvocationManager, afterSingletonsInstantiated, authenticationManager, configure, createExpressionHandler, customMethodSecurityMetadataSource, getExpressionHandler, methodSecurityInterceptor, methodSecurityMetadataSource, preInvocationAuthorizationAdvice, runAsManager, setBeanFactory, setImportMetadata, setMethodSecurityExpressionHandler, setObjectPostProcessor
    • Constructor Detail

      • MethodSecurityConfig

        public MethodSecurityConfig()