Class EnableGlobalMethodSecurityConfiguration

  • 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,
                                jsr250Enabled=true,
                                securedEnabled=true)
    public class EnableGlobalMethodSecurityConfiguration
    extends org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration
    • Constructor Detail

      • EnableGlobalMethodSecurityConfiguration

        public EnableGlobalMethodSecurityConfiguration()
    • Method Detail

      • createExpressionHandler

        protected org.springframework.security.access.expression.method.MethodSecurityExpressionHandler createExpressionHandler()
        Overrides:
        createExpressionHandler in class org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration