일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- proxy
- 프록시
- 백준
- test
- Python
- 문자열
- Spring
- MST
- 리플렉션
- 파이썬
- CS
- java
- Reflection
- Junit5
- OS
- 스프링
- 스프링 시큐리티
- 자바
- 모던자바
- redis
- Deadlock
- 운영체제
- 약수
- 모던 자바 인 액션
- 최소 신장 트리
- 다이나믹 프록시
- 알고리즘
- 객체지향
- BOJ
- spring security
Archives
- Today
- Total
Dev 달팽이 @_''
Spring Security - AnonymousAuthenticationFilter 본문
AnonymousAuthenticationFilter
- 익명 사용자 인증 처리 필터
- 익명 사용자와 인증 사용자를 구분해서 처리하기 위한 용도로 사용
- 화면에서 인증 여부를 구현할 때 isAnonymous()와 isAuthenticated()로 구분해서 사용
- 인증객체를 세션에 저장하지 않는다.
'Java&Spring > Spring Security' 카테고리의 다른 글
Spring Security - SessionManagementFilter, ConcurrentSessionFilter (0) | 2022.06.22 |
---|---|
Spring Security - 동시 세션 제어/ 세션고정보호/ 세션 정책 (0) | 2022.06.22 |
Spring Security - RememberMeAuthenticationFilter (0) | 2022.06.21 |
Spring Security - Remember me 인증 (0) | 2022.06.21 |
Spring Security - Logout, LogoutFilter (0) | 2022.06.21 |