Class WebSecurityConfig

java.lang.Object
io.meeds.dapp.web.security.WebSecurityConfig
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.web.context.ServletContextAware

@Configuration @EnableWebSecurity @EnableMethodSecurity(prePostEnabled=true, securedEnabled=true, jsr250Enabled=true) public class WebSecurityConfig extends Object implements org.springframework.web.context.ServletContextAware
  • Constructor Details

    • WebSecurityConfig

      public WebSecurityConfig()
  • Method Details