Package org.flasby.security
Class SecurityConfig<TheUser extends org.flasby.entity.Users<Authority>>
- java.lang.Object
-
- org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter
-
- org.flasby.security.SecurityConfig<TheUser>
-
- All Implemented Interfaces:
org.springframework.security.config.annotation.SecurityConfigurer<javax.servlet.Filter,org.springframework.security.config.annotation.web.builders.WebSecurity>
,org.springframework.security.config.annotation.web.WebSecurityConfigurer<org.springframework.security.config.annotation.web.builders.WebSecurity>
@Configuration @EnableGlobalMethodSecurity(prePostEnabled=true, jsr250Enabled=true, securedEnabled=true) @EnableWebSecurity @ComponentScan("org.flasby.entity") public class SecurityConfig<TheUser extends org.flasby.entity.Users<Authority>> extends org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter
-
-
Constructor Summary
Constructors Constructor Description SecurityConfig()
-
Method Summary
-
Methods inherited from class org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter
authenticationManagerBean, configure, init, setApplicationContext, setAuthenticationConfiguration, setContentNegotationStrategy, setObjectPostProcessor, setTrustResolver, userDetailsServiceBean
-
-