IT/보안

로그아웃 처리 필터: LogoutFilter

데모버전 2021. 4. 11. 00:35
반응형

로그아웃 처리 필터: LogoutFilter

  • 로그아웃을 처리하는 필터
  • LogoutHandler : 여러 개의 logoutHandler를 감싸고 있는 Composite 객체
  • LogoutSuccessHandler : 로그아웃 처리 후 어떻게 할 것인지 정의
    LogoutFilter
  • 기본 LogoutSuccessHandler는 SimpleUrlLogoutSuccessHandler
  • 로그아웃 post 요청시에만 동작함
    로그아웃 요청시
  • 로그아웃 요청시 LogoutHandler에 기본적으로 등록된 logoutHandler들이 존재
    LogoutHandler에
  • 로그아웃 config 설정
    로그아웃 config 설정

 

 

 


* 100 번째 글!!!!!!!!!

반응형