Getting Started with Spring Security 3.1

Поделиться
HTML-код
  • Опубликовано: 15 ноя 2024

Комментарии • 26

  • @ramvijay9494
    @ramvijay9494 6 лет назад

    This is the best spring security tutorial video. Giving a deep insight about it. thanks Rob Winch

  • @ruixue6955
    @ruixue6955 7 лет назад +7

    1:51 Authentication describes who or who is trying to access particular resource. You can identify it with username and password in a number of different ways: Database, LDAP, CAS, OpenID, Pre-Authentication, custom
    2:18 Spring Security provides password encoder interface to ensure that your passwords are hashed and sorted
    3:20 Authorization
    4:57 filter (configured in web.xml) review
    5:53 What is going to happen when making a request to an application
    6:58 the filter invokes the FilterChain
    9:36 FilterChain
    11:20 Demo Messages Application
    12:13 Spring Security Setup
    12:25 Specify Dependencies with Maven
    14:48 Update web.xml - ContextLoaderListener
    15:36 ContextLoaderListener pseudocode
    16:42 Update web.xml - SpringSecurityFilterChain
    17:17 filter-mapping is the very first entry in web.xml because filter-mapping is order-dependent
    17:35 filter-mapping order matters
    17:45 DelegatingFilterProxy pseudocode
    19:20 Create security.xml
    21:07 intercept-url
    21:32 form-login
    21:49 form-login will validate the username and password with * authentication-manager
    21:59 in this example it is using in-memory implementation of that authentication-manager
    22:32 web.xml
    23:41 you can easily swop out to a database .. just by updating spring security configuration
    23:54 FilterChainProxy (springSecurityFilterChain) pseudocode
    25:17 Authenticated Request to Protected Resource
    27:32 Ant Patterns
    28:49 Ant Patterns - Examples
    33:22 Requesting login page
    38:50 Spring Security Filters
    40:24 Custom login page

  • @lexxfirecore123
    @lexxfirecore123 10 лет назад

    Thank you for good introduction to spring security. You cleared many questions I had regarding FilterChain.

  • @camilohurtado3543
    @camilohurtado3543 5 лет назад

    Excellent intro for spring sec... Thanks!

  • @kaushal6005
    @kaushal6005 10 лет назад

    Great tutorial, covers lot of basic details on spring security

  • @saebnajm6521
    @saebnajm6521 8 лет назад +1

    Very Good Video, Thank you very much . i hope to share a video about Spring Security 4 and OAuth2 .

  • @bhanukumar04
    @bhanukumar04 7 лет назад

    Very good tutorial. Thank you.

  • @pshembekar
    @pshembekar 10 лет назад

    Excellent tutorial... Thank you!!

  • @abhishekramkumar8875
    @abhishekramkumar8875 10 лет назад

    how do u enable spring security when u have dynamic roles , i dont want security to be confined to just two roles , the roles could be anything ,asume it coming from the database

  • @plumhunter9158
    @plumhunter9158 11 лет назад

    I downloaded everything and have many folders inside "/spring-security-3.2.x". I see you have a LoginController.java showing in the screen. I have searched for this file inside of STS and it is not found. I can find "Anyone can view this page." inside of several index.jsp files ... so my search is setup correctly inside of STS.

  • @PraphullaJadhav
    @PraphullaJadhav 5 лет назад

    Thank you so much sir!

  • @adriano247
    @adriano247 9 лет назад

    excellent-very clear

  • @135sudeep1
    @135sudeep1 9 лет назад

    how to block back button after logout?

  • @hari4ever1985
    @hari4ever1985 8 лет назад

    Very informational.

  • @verham
    @verham 10 лет назад

    good work. thank you!

  • @MihirMishraMe
    @MihirMishraMe 11 лет назад

    someone removed the class : org.springframework.data.repository.CrudRepository ?

  • @jawharomeryaba8696
    @jawharomeryaba8696 6 лет назад

    Many thanks

  • @bubblegammu
    @bubblegammu 10 лет назад +1

    great tutorial

  • @RajeevKumar92
    @RajeevKumar92 11 лет назад +3

    gud tutorial fo beginerrs

  • @SarunyooKeawsopa
    @SarunyooKeawsopa 9 лет назад

    Thank you. for Video tutorial

  • @aliakbarpour6926
    @aliakbarpour6926 7 лет назад

    good job

  • @srikantnayak7546
    @srikantnayak7546 10 лет назад

    great

  • @MurzSB
    @MurzSB 9 лет назад

    cool

  • @TheGaneshkumawat
    @TheGaneshkumawat 6 лет назад

    great