Package com.erudika.para.server.security
Class SecurityModule
java.lang.Object
org.springframework.security.config.annotation.SecurityConfigurerAdapter<org.springframework.security.web.DefaultSecurityFilterChain,org.springframework.security.config.annotation.web.builders.HttpSecurity>
org.springframework.security.config.annotation.web.configurers.AbstractHttpConfigurer<SecurityModule,org.springframework.security.config.annotation.web.builders.HttpSecurity>
com.erudika.para.server.security.SecurityModule
- All Implemented Interfaces:
org.springframework.security.config.annotation.SecurityConfigurer<org.springframework.security.web.DefaultSecurityFilterChain,org.springframework.security.config.annotation.web.builders.HttpSecurity>
public class SecurityModule
extends org.springframework.security.config.annotation.web.configurers.AbstractHttpConfigurer<SecurityModule,org.springframework.security.config.annotation.web.builders.HttpSecurity>
The default security module.
- Author:
- Alex Bogdanovski [[email protected]]
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.security.config.annotation.web.configurers.AbstractHttpConfigurer
disable, withObjectPostProcessorMethods inherited from class org.springframework.security.config.annotation.SecurityConfigurerAdapter
addObjectPostProcessor, configure, init, setBuilder
-
Constructor Details
-
SecurityModule
public SecurityModule()
-