SecurityContextHolder 에 넣어 줌
principal: anonymousUserauthorities: ROLE_ANONYMOUS
authentication 이 없을 때 this.createAuthentication() 호출
AbstractAuthenticationToken 를 상속 받는 AnonymousAuthenticationToken 생성하여 반환
setAuthenticated 를 true로 저장SecurityContextHolder.getContext() 에 등록 될 Authentication 객체AnonymousAuthenticationToken, UsernamePasswordAuthenticationToken 등