Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- PyLucene
- PDFCreator
- Printer Driver
- Basic Auth
- Windows
- 가상머신호스트
- python 2.3
- VM 호스트 주소
- debian
- oledbdataadapter
- FTP
- 리파지토리
- gitea
- 동적sql생성
- startfile
- sched
- Regex
- python2.3
- c#
- Notepad
- ChatGPT
- Python
- SFTP
- 정규표현식
- 노트패드뿔뿔
- Notepadplus
- Notepad++
- OpenSCAD
- 윈도우
Archives
- Today
- Total
JJC's 테크니컬 다이어리
스프링 보안(Spring Security) 본문
응용프로그램 보안의 두가지 용어:
인증 (authentication)
인가 (authorization or access-control)
* principal : user, device or some other system which can perform an action in your app.
다양한 인증 방식을 지원함
채널 시큐리터 지원 : HTTPS 를 통한 인증
JCaptcha 통합 : 상대방이 인간 인지 확인하는 절차
인증 (authentication)
인가 (authorization or access-control)
* principal : user, device or some other system which can perform an action in your app.
다양한 인증 방식을 지원함
채널 시큐리터 지원 : HTTPS 를 통한 인증
JCaptcha 통합 : 상대방이 인간 인지 확인하는 절차