From 0 to Spring Security 4.0

  Рет қаралды 87,667

SpringDeveloper

SpringDeveloper

Күн бұрын

Пікірлер: 24
@ruixue6955
@ruixue6955 8 жыл бұрын
1:55 what is Spring Security 8:34 Spring demo 11:00 how to code with Spring Security in a Hello World app 11:32 the heart of Spring Security app is the * filter configured in web.xml 13:23 How to configure in case of using Spring Boot 18:28 Custom Login in Form 25:06 custom authentication 26:17 If you are doing username-password based authentication, you will implement interface UserDetailsService 27:24 User model class 28:29 create CustomUserDetails class 35:00 Spring Security and Spring Data integration 39:48 Password Storage 42:12 CSRF Protection 48:21 When to use CSRF 52:04 Security HTTP response headers 01:01:01 Test Support 01:04:54 WebSocket Security
@maurcioquinonez3350
@maurcioquinonez3350 7 жыл бұрын
ty
@SpaceL0rd
@SpaceL0rd 9 жыл бұрын
WARN: As of Spring Security 4.0,@EnableWebMvcSecurity is deprecated. The replacement is @EnableWebSecurity which will determine adding the Spring MVC features based upon the classpath. To enable Spring Security integration with Spring MVC add the @EnableWebSecurity annotation to your configuration. So springboot people should use the same @EnableWebSecurity
@robwilk4566
@robwilk4566 9 жыл бұрын
For those looking for the code on Git it's given at the end. But in case you don't make it that far... github.com/rwinch/spring-security-0-to-4.0
@nawelsakhraoui9405
@nawelsakhraoui9405 9 жыл бұрын
+Rob Wilk thanks a lot you're such an angel =)
@Cave228MAN
@Cave228MAN 8 жыл бұрын
I am only learning and already have a project with a team of such a newbies like me. So my role is to implement security and this video is treasure!! Thanks )
@firdousamir_
@firdousamir_ 8 жыл бұрын
Just starting up a new project. The talk really helped. Thanks Rob.
@gbbsc
@gbbsc 9 жыл бұрын
Very well presented and informative. Thanks to the presenter. Also, fwiw, I giggled at his bad jokes.
@sidsarasvati
@sidsarasvati 8 жыл бұрын
Super informative. Thanks for all the info and best practices
@nbproduction4150
@nbproduction4150 5 жыл бұрын
Presentation is best but only for professional
@alfredofaria5403
@alfredofaria5403 6 жыл бұрын
Great content! I really appreciate it! Thank you.
@IgorUrdenko
@IgorUrdenko 6 жыл бұрын
This is really good presentation, but is there a chance to get a view on complete code? On GitHub maybe?
@dimitrisimeros3634
@dimitrisimeros3634 9 жыл бұрын
Hi, very good presentation. It would be useful if you upload the code to a git repository. Thanks in advance.
@gauravgoyal3732
@gauravgoyal3732 9 жыл бұрын
I am asking very basic question, but some how my security is not working.. I created class WebSecurityConfigurerAdapter with @Configuration and @EnableWebSecurity annotations.. when i launch my application i should get the default login page by spring... it did not open any thing.. kindly help me on this
@RuRu-vm6yw
@RuRu-vm6yw 9 жыл бұрын
Would really benefit from a code, but I guess no one has something similar on github I would take a look at? For someone new to Spring, some details are missing out and I am not experienced to find out what !
@liamzhang6126
@liamzhang6126 6 жыл бұрын
Only after the video I understand how Spring Security works. However I still don't understand how Spring Security remembers the Authenticated User. Because after the request is done SecurityContextHolder clears the Authentication from the ThreadLocal. So what happens on next request from user? How SecurityContext know that the request come from the same user?
@amitjain561
@amitjain561 6 жыл бұрын
HttpSesion used to remember user context in session enabled application. In case of REST API where we don't create session we used to recognize the user by token (Json Web Token commonly used)
@kpt2048
@kpt2048 7 жыл бұрын
please share the slides
@manuelarturosilvarocha852
@manuelarturosilvarocha852 7 жыл бұрын
good video. Thanks
@lolxd3248
@lolxd3248 5 жыл бұрын
30:02 Exception Driven Development
@arnold6644
@arnold6644 6 жыл бұрын
能不能加个字幕啊。。。。。
@ganessinv
@ganessinv 7 жыл бұрын
I wish you demonstrated hands on code from a developer point of view. this is not so much useful, waste of time.
@gauravgoyal3732
@gauravgoyal3732 9 жыл бұрын
I am asking very basic question, but some how my security is not working.. I created class WebSecurityConfigurerAdapter with @Configuration and @EnableWebSecurity annotations.. when i launch my application i should get the default login page by spring... it did not open any thing.. kindly help me on this
@aprofromuk
@aprofromuk 8 жыл бұрын
r u using spring boot ? if yes r u using the right starter dependency ? if yes also override the configGlobal method as shown here :)
Microservices Security with Spring
44:54
SpringDeveloper
Рет қаралды 25 М.
Architecture Deep Dive in Spring Security
47:44
SpringDeveloper
Рет қаралды 47 М.
Their Boat Engine Fell Off
0:13
Newsflare
Рет қаралды 15 МЛН
The State of Securing RESTful APIs with Spring
1:24:59
SpringDeveloper
Рет қаралды 35 М.
Security for Microservices with Spring and OAuth2
1:30:58
SpringDeveloper
Рет қаралды 55 М.
Getting Started with Spring Security 3.1
1:31:20
SpringDeveloper
Рет қаралды 113 М.
To Spring Security 4.1 and Beyond
58:56
SpringDeveloper
Рет қаралды 18 М.
Introduction to Spring Data
31:09
SpringDeveloper
Рет қаралды 36 М.
Securing Microservices with Spring Cloud Security
1:29:52
SpringDeveloper
Рет қаралды 100 М.
From Zero to Hero with Spring Boot - Brian Clozel
1:09:19
SpringDeveloper
Рет қаралды 178 М.
Getting Started with Spring Cloud
1:19:46
SpringDeveloper
Рет қаралды 97 М.
Getting Started with Spring Security 3.2
1:15:30
SpringDeveloper
Рет қаралды 45 М.
Java 8 Language Capabilities, What's in it for you?
1:25:27
SpringDeveloper
Рет қаралды 199 М.