| Class | Description |
|---|---|
| BHiveDaoAuthenticationProvider |
DAO를 통한 인증 프로바이더
org.springframework.security.authentication.dao.DaoAuthenticationProvider을 수정
- deprecated된 org.springframework.security.authentication.encoding.PasswordEncoder를
org.springframework.security.crypto.password.PasswordEncoder 계열로 변경
- 기본 인코더를 PlaintextPasswordEncoder에서 NoOpPasswordEncoder로 변경
- 불필요 Salt 관리 제거
필요시 additionalAuthenticationChecks에 추가로직 구현 원하는 추가 예외를 Throw 처리 가능
An
AuthenticationProvider implementation that retrieves user details from a
UserDetailsService. |
Copyright © 2018. All rights reserved.