|
public class CustomAuthenticationEntryPointHandler implements AuthenticationEntryPoint { |
사용중 궁금한점이 있어 올려봅니다..
AuthenticationException을 처리하는 핸들러를 정의한 인터페이스가 AuthenticationEntryPoint이기 때문에
CustomAuthenticationEntryPointHandler는 Handler의 의미가 두번 들어간것 같다는 느낌이 들었습니다.
CustomAuthenticationEntryPoint 또는 CustomAuthenticationExceptionHandler가 더 나은 이름이 될 것 같은데, 이에 대해 어떻게 생각하시나요..?
gsm-template-java/src/main/java/gsm/gsmjava/global/security/handler/CustomAuthenticationEntryPointHandler.java
Line 21 in 8fa9670
사용중 궁금한점이 있어 올려봅니다..
AuthenticationException을 처리하는 핸들러를 정의한 인터페이스가 AuthenticationEntryPoint이기 때문에
CustomAuthenticationEntryPointHandler는 Handler의 의미가 두번 들어간것 같다는 느낌이 들었습니다.
CustomAuthenticationEntryPoint 또는 CustomAuthenticationExceptionHandler가 더 나은 이름이 될 것 같은데, 이에 대해 어떻게 생각하시나요..?