This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| back-end:spring:security [2021/04/29 15:02] – [WebSecurityConfigurerAdapter] 작성 ledyx | back-end:spring:security [2021/04/29 15:23] (current) – [WebSecurityConfigurerAdapter] configure() 설명 추가 ledyx | ||
|---|---|---|---|
| Line 88: | Line 88: | ||
| 전역적인(globally) authentication이 필요할 때 사용. | 전역적인(globally) authentication이 필요할 때 사용. | ||
| - | [[https:// | + | [[https:// |
| + | * **protected void configure(AuthenticationManagerBuilder auth)** | ||
| + | * Used by the default implementation of authenticationManager() to attempt to obtain an AuthenticationManager. | ||
| + | * **protected void configure(HttpSecurity http)** | ||
| + | * Override this method to configure the HttpSecurity. | ||
| + | * **void configure(WebSecurity web)** | ||
| + | * Override this method to configure WebSecurity. | ||
| {{: | {{: | ||