Class GlobalMethodSecurityConfig

java.lang.Object
org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration
de.otto.edison.oauth.configuration.GlobalMethodSecurityConfig
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.SmartInitializingSingleton, org.springframework.context.annotation.ImportAware

@Configuration
@EnableGlobalMethodSecurity(prePostEnabled=true,
                            proxyTargetClass=true,
                            securedEnabled=true)
public class GlobalMethodSecurityConfig
extends org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration
  • Constructor Summary

    Constructors 
    Constructor Description
    GlobalMethodSecurityConfig()  
  • Method Summary

    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 Details

  • Method Details

    • createExpressionHandler

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