Interface UstraSecurityConfigure
- All Known Implementing Classes:
DefaultUstraSecurityConfigure
public interface UstraSecurityConfigure
Spring Security 설정 인터페이스
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidpostConfigure(org.springframework.security.config.annotation.web.builders.HttpSecurity http) Ustra Security 설정 전 web 설정default voidpostConfigure(org.springframework.security.config.annotation.web.builders.WebSecurity web) Ustra Security 설정 후 web 설정default voidpreConfigure(org.springframework.security.config.annotation.web.builders.HttpSecurity http) Ustra Security 설정 전 http 설정default voidpreConfigure(org.springframework.security.config.annotation.web.builders.WebSecurity web) Ustra Security 설정 후 http 설정
-
Method Details
-
preConfigure
default void preConfigure(org.springframework.security.config.annotation.web.builders.HttpSecurity http) throws Exception Ustra Security 설정 전 http 설정- Parameters:
http-- Throws:
Exception
-
preConfigure
default void preConfigure(org.springframework.security.config.annotation.web.builders.WebSecurity web) throws Exception Ustra Security 설정 후 http 설정- Parameters:
web-- Throws:
Exception
-
postConfigure
default void postConfigure(org.springframework.security.config.annotation.web.builders.HttpSecurity http) throws Exception Ustra Security 설정 전 web 설정- Parameters:
web-- Throws:
Exception
-
postConfigure
default void postConfigure(org.springframework.security.config.annotation.web.builders.WebSecurity web) throws Exception Ustra Security 설정 후 web 설정- Parameters:
web-- Throws:
Exception
-