Class MethodSecurityConfigImpl

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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.springframework.security.access.expression.method.MethodSecurityExpressionHandler createExpressionHandler()  
      • Methods inherited from class org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration

        accessDecisionManager, afterInvocationManager, afterSingletonsInstantiated, authenticationManager, configure, customMethodSecurityMetadataSource, getExpressionHandler, methodSecurityInterceptor, methodSecurityMetadataSource, preInvocationAuthorizationAdvice, runAsManager, setApplicationContext, setImportMetadata, setJsr250MethodSecurityMetadataSource, setMethodSecurityExpressionHandler, setObjectPostProcessor
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MethodSecurityConfigImpl

        public MethodSecurityConfigImpl()
    • Method Detail

      • createExpressionHandler

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