spring security 적용하기-3
spring 자체 인증이 아닌 dao를 통한 db 인증작업이 가능하도록 인증을 제공할 프로바이더 변경 1) security-context.xml beans 에서 커스텀 인증 프로바이더 클래스 연결해준뒤 ref 를 통해 auth 인증 루트 변경 <beans:bean id="customAuthenticationProvider" class="com.gom.security.CustomAuthenticationProvider" /> <authentication-manager alias="authenticationManager">...
06 Feb 2017