Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Spring Security Core: Beginner to Guru, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:00:56
    Introduction
  2. Урок 2. 00:02:46
    What You Will Build In Your Spring Security Course
  3. Урок 3. 00:05:59
    Getting The Most Out of Your Course!
  4. Урок 4. 00:03:18
    Setting up your Development Environment
  5. Урок 5. 00:12:21
    Github Work Flow
  6. Урок 6. 00:04:01
    Is Your IDE Free Like a Puppy?
  7. Урок 7. 00:01:39
    Introduction
  8. Урок 8. 00:16:22
    Application Security 101
  9. Урок 9. 00:06:06
    Introducing Spring Security
  10. Урок 10. 00:05:12
    OWASP Common Web Vulnerabilities
  11. Урок 11. 00:06:11
    Cross Site Scripting - XSS
  12. Урок 12. 00:06:02
    Cross Site Forgery
  13. Урок 13. 00:01:12
    Introduction
  14. Урок 14. 00:05:31
    Overview of HTTP Basic Authentication
  15. Урок 15. 00:10:15
    SFG Brewery Code Review
  16. Урок 16. 00:07:58
    Spring Security Default Basic Auth
  17. Урок 17. 00:02:39
    Customizing User Name and Password
  18. Урок 18. 00:05:38
    Testing Spring Security with JUnit 5
  19. Урок 19. 00:03:21
    Testing HTTP Basic Auth
  20. Урок 20. 00:05:19
    Spring Security Filter Chain
  21. Урок 21. 00:00:56
    Introduction
  22. Урок 22. 00:11:26
    Permit All with URL Pattern Matching
  23. Урок 23. 00:03:51
    HTTP Method Matching
  24. Урок 24. 00:02:26
    Spring MVC Path Matchers
  25. Урок 25. 00:01:07
    Introduction
  26. Урок 26. 00:03:50
    Spring Security Authentication Process
  27. Урок 27. 00:05:54
    User Details Service
  28. Урок 28. 00:03:56
    In Memory Authentication Fluent API
  29. Урок 29. 00:01:11
    Introduction
  30. Урок 30. 00:08:07
    Password Encoding
  31. Урок 31. 00:04:33
    MD5 Hash and Password Salt
  32. Урок 32. 00:03:36
    NoOp Password Encoder
  33. Урок 33. 00:04:55
    LDAP Password Encoder
  34. Урок 34. 00:04:40
    SHA-256 Password Encoder
  35. Урок 35. 00:04:29
    BCrypt Password Encoder
  36. Урок 36. 00:06:53
    Delegating Password Encoder
  37. Урок 37. 00:03:17
    Custom Delegating Password Encoder
  38. Урок 38. 00:01:20
    Introduction
  39. Урок 39. 00:03:39
    Custom Authentication Filter Overview
  40. Урок 40. 00:03:15
    Delete Beer by ID MockMVC Test
  41. Урок 41. 00:07:40
    Custom Authentication Filter
  42. Урок 42. 00:05:12
    Spring Security Configuration
  43. Урок 43. 00:03:56
    Debugging Spring Security
  44. Урок 44. 00:06:10
    Custom Do Filter Method
  45. Урок 45. 00:08:54
    Custom Failure Handler
  46. Урок 46. 00:01:34
    Introduction
  47. Урок 47. 00:03:18
    Database Authentication Overview
  48. Урок 48. 00:09:09
    JPA Entities
  49. Урок 49. 00:05:52
    Project Lombok Configuration
  50. Урок 50. 00:03:47
    Spring Data JPA Repositories
  51. Урок 51. 00:05:59
    H2 Database Console Access
  52. Урок 52. 00:07:45
    User Details Service
  53. Урок 53. 00:08:16
    Spring Security Configuration
  54. Урок 54. 00:04:02
    Spring Boot Test Context
  55. Урок 55. 00:01:24
    Introduction
  56. Урок 56. 00:09:24
    Authorization in Spring Security
  57. Урок 57. 00:03:20
    Configuring User Roles
  58. Урок 58. 00:04:53
    Verify Role in Filter - Delete
  59. Урок 59. 00:03:03
    Allow Multiple Roles
  60. Урок 60. 00:09:23
    Refactor JUnit 5 Tests
  61. Урок 61. 00:05:30
    Introduction to Method Security
  62. Урок 62. 00:04:45
    Security Expression Based Syntax
  63. Урок 63. 00:01:25
    Introduction
  64. Урок 64. 00:04:01
    Overview Database Refactoring
  65. Урок 65. 00:08:55
    Updated JPA Configuration
  66. Урок 66. 00:07:02
    Defining Roles for Beer Operations
  67. Урок 67. 00:05:05
    Update Spring Security for RESTful Beer API
  68. Урок 68. 00:06:21
    Custom Authorization Annotations
  69. Урок 69. 00:01:55
    Introduction
  70. Урок 70. 00:05:54
    Multitenancy Overview
  71. Урок 71. 00:03:44
    Order Controller Code Review
  72. Урок 72. 00:03:43
    Define Roles for Beer Orders
  73. Урок 73. 00:05:30
    Update JPA User
  74. Урок 74. 00:02:27
    User Customer JPA Mapping
  75. Урок 75. 00:10:49
    Refactor Bootstrap Data
  76. Урок 76. 00:06:56
    TDD - Write Failing Tests
  77. Урок 77. 00:04:27
    Custom Authentication Manager
  78. Урок 78. 00:07:21
    Secure Read Order
  79. Урок 79. 00:06:27
    Using Authentication Principle
  80. Урок 80. 00:12:47
    Spring Security with Spring Data JPA
  81. Урок 81. 00:04:30
    Enable CSRF Protection in Spring Security
  82. Урок 82. 00:02:26
    CSRF with Spring MockMVC
  83. Урок 83. 00:09:04
    Update Customer Forms with CSRF
  84. Урок 84. 00:05:16
    Tag Library Overview
  85. Урок 85. 00:07:09
    Add Login Form to Index Page
  86. Урок 86. 00:08:03
    Add Logout Action
  87. Урок 87. 00:06:57
    Update Java Configuration for Login Form
  88. Урок 88. 00:04:35
    Login and Logout Messages
  89. Урок 89. 00:04:18
    Show Elements by User Permission
  90. Урок 90. 00:09:30
    Remember Me Overview
  91. Урок 91. 00:07:14
    Simple Hash-Based Token Remember Me
  92. Урок 92. 00:11:14
    Persistent Token Rememeber Me
  93. Урок 93. 00:04:01
    Overview of Spring Security Authentication Events
  94. Урок 94. 00:06:09
    Configuration of Spring Security Event Publisher
  95. Урок 95. 00:09:09
    Logging of Authentication Success Events
  96. Урок 96. 00:05:15
    Persistence of Authentication Success Events
  97. Урок 97. 00:06:34
    Locking User Account After Failed Attempts
  98. Урок 98. 00:07:16
    Account Locked Message
  99. Урок 99. 00:10:03
    Automatically Unlocking Accounts After Period of Time
  100. Урок 100. 00:04:06
    Two Factor Authentication Overview
  101. Урок 101. 00:08:28
    Google Authenticator with Spring Security
  102. Урок 102. 00:05:26
    Configure User Entity for 2FA
  103. Урок 103. 00:04:14
    Configure 2FA Registration Controller
  104. Урок 104. 00:05:58
    Configure Google Secret Persistence
  105. Урок 105. 00:07:06
    Generate QR Code for Google Authenticator
  106. Урок 106. 00:08:17
    Verify 2FA Opt In
  107. Урок 107. 00:05:20
    2FA Verfication UI
  108. Урок 108. 00:05:27
    Spring Security 2FA Filter
  109. Урок 109. 00:07:20
    Spring Security 2FA Failure Handler
  110. Урок 110. 00:03:50
    Exclude Static Resources from Filter
  111. Урок 111. 00:04:13
    Java Configuration and 2FA Demo
  112. Урок 112. 00:08:43
    2FA Retrospective
  113. Урок 113. 00:09:23
    Overview of CORS
  114. Урок 114. 00:04:32
    Disable Spring Security for Testing
  115. Урок 115. 00:03:51
    Spring MVC CORS Configuration
  116. Урок 116. 00:05:11
    Spring MVC CORS Annotation Config
  117. Урок 117. 00:03:28
    Spring Security CORS Configuration
  118. Урок 118. 00:12:21
    GitHub Workflow