Annotation Type EnableWebMvcSecurity


  • @Retention(RUNTIME)
    @Target(TYPE)
    @Documented
    @Import(WebMvcSecurityConfiguration.class)
    @EnableGlobalAuthentication
    @Configuration
    @Deprecated
    public @interface EnableWebMvcSecurity
    Deprecated.
    Use EnableWebSecurity instead which will automatically add the Spring MVC related Security items.
    Add this annotation to an @Configuration class to have the Spring Security configuration integrate with Spring MVC.
    Since:
    3.2