This is an old revision of the document!


Spring Security

SpringBoot 기준으로 서술

Overview

  • Authentication : 인증. “유효한 사용자인가?”
  • Authorization : 허가(권한 부여). 유효한 사용자가 이 작업을 할 수 있는가?

Documents

Authentication

Docs

classDiagram class AuthenticationManager { Authentication authenticate(Authentication authentication) } class AuthenticationProvider { Authentication authenticate(Authentication authentication) boolean supports(Class authentication) } AuthenticationProvider <|-- ProviderManager AuthenticationManager --> AuthenticationProvider : authRequest

Authorization

Protection Against Exploits

back-end/spring/security.1619447310.txt.gz · Last modified: 2021/04/26 15:28 by ledyx