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