Spring Method Security

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ก.ย. 2024

ความคิดเห็น • 9

  • @gopalpatil8098
    @gopalpatil8098 2 ปีที่แล้ว

    All your videos are pretty helpful. Clear, crisp, and to the point with hands-on and a lot of explanation!

  • @vazzdoin
    @vazzdoin 2 ปีที่แล้ว +1

    Man this whole playlist was dope. I was always looking for something like this since I haven't had much knowledge in Spring Security. But now, a few hours into this playlist and I'm already feeling like a pro. Such deep knowledge and explanation of the peculiarities. Thanks for the great work and efforts.

    • @javadevjournal
      @javadevjournal  2 ปีที่แล้ว

      Thanks and I am happy that it's helpful for you.

  • @abdulg2597
    @abdulg2597 2 ปีที่แล้ว

    Cool explanation and thank you

  • @abivarghese6555
    @abivarghese6555 ปีที่แล้ว

    Can you explain @Rolesallowed

  • @21st_charlie34
    @21st_charlie34 9 หลายเดือนก่อน

    Thats not method security. Method security is for the service layer and not the controller layer.

    • @javadevjournal
      @javadevjournal  9 หลายเดือนก่อน

      Not fully agree. For many REST APIs, you need to add it on the API before even they go to the service layer. This all boil down to your requirement. If you are exposing REST API and want to add security on method level based on roles, you will add it on your controller and if this is for some internal application or within the app, you might add it on the service layer.