토리맘의 한글라이즈 프로젝트 logo 토리맘의 한글라이즈 프로젝트

스프링 시큐리티 공식 레퍼런스를 한글로 번역한 문서입니다.

버전은 5.3.2.RELEASE 기준입니다.


Ben Alex, Luke Taylor, Rob Winch, Gunnar Hillert, Joe Grandja, Jay Bryant, Eddú Meléndez, Josh Cummings, Dave Syer - Version 5.3.2.RELEASE


스프링 시큐리티는 인증, 인가를 지원하고 주요 공격으로부터 어플리케이션을 보호해주는 프레임워크다. 명령형과 리액티브 어플리케이션 모두에서 가장 잘 동작하는, 사실상 스프링 기반 어플리케이션의 표준 보안 프레임워크다.


목차:

  1. Prerequisites
  2. Spring Security Community
  3. What’s New in Spring Security 5.3
  4. Getting Spring Security
  5. Features
  6. Project Modules
  7. Samples
  8. Hello Spring Security
  9. Servlet Security: The Big Picture
  10. Authentication
  11. Authorization
  12. OAuth2
  13. SAML2
  14. Protection Against Exploits
  15. Integrations
  16. Java Configuration
  17. Kotlin Configuration
  18. Security Namespace Configuration
  19. Testing
  20. Spring Security Crypto Module
  21. Appendix
  22. Security Database Schema
  23. WebFlux Security
  24. Protection Against Exploits
  25. OAuth2 WebFlux
  26. @RegisteredOAuth2AuthorizedClient
  27. Reactive X.509 Authentication
  28. WebClient
  29. EnableReactiveMethodSecurity
  30. Reactive Test Support
  31. RSocket Security

Next :
Prerequisites
스프링 시큐리티에서 요구하는 환경을 설명합니다. 공식 문서에 있는 "prerequisites" 챕터를 한글로 번역한 문서입니다.

<< >>

TOP