일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 상태
- Prefix Sums
- Javascript
- 소수
- 통신사할인
- stl
- 수학
- 확률
- SK바이오사이언스
- series
- Gap
- grid
- align-items
- skt membership
- 강화학습
- c
- 백준
- pandas
- spring
- Photoshop
- 에라토스테네스의 체
- 알고리즘
- 포토샵
- Codility
- margin
- dataframe
- c++
- Flexbox
- CSS
- Design Pattern
Archives
- Today
- Total
목록spring-security (1)
sliver__

Authentication / UserDetails Interface를 기준으로 하위 class이 구현되어있다. Authentication class를 보면 아래와 같다.getAuthorities를 반환하는 함수가 존재한다.Collection getAuthorities(); 강의와는 다르게 중간에 abstract class인 AbstractAuthenticationToken.class가 존재하고, 해당 클래스를 UsernamePasswordAuthenticationToken.class가 extends하고 있다. (spring-security-core:6.4.2 기준) 즉, Authentication 과 같다. 그래서 AbstractAuthenticationToken.class에 getAuthor..
Backend/Spring Security
2025. 1. 27. 23:00