Spring Security’s servlet support storing passwords securely by integrating with PasswordEncoder.
스프링 시큐리티의 서블릿은 PasswordEncoder와 통합하여 안전한 비밀번호 저장을 지원한다.
Customizing the PasswordEncoder implementation used by Spring Security can be done by exposing a PasswordEncoder Bean.
PasswordEncoder Bean을 설정하여 PasswordEncoder의 설정이 가능하다.
<b:bean id="passwordEncoder"
class="org.springframework.security.crypto.password.NoOpPasswordEncoder" factory-method="getInstance"/>
'Back-End > Spring Security' 카테고리의 다른 글
Authentication Components (1) 종류 (0) | 2021.03.17 |
---|---|
Spring Security Authentication (5) DaoAuthenticationProvider (0) | 2021.03.16 |
Spring Security Authentication (3) UserDetails (0) | 2021.03.16 |
Spring Security Authentication (2) JDBC Authentication (0) | 2021.03.16 |
Spring Security Authentication (1) Form-Login (0) | 2021.03.16 |
댓글