Package security
Interface ServiceWebSecurityConfigurer
public interface ServiceWebSecurityConfigurer
- Author:
- Fattakhov
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configureAfter
(org.springframework.security.config.annotation.web.builders.HttpSecurity http) void
configureBefore
(org.springframework.security.config.annotation.web.builders.HttpSecurity http)
-
Method Details