Chain of Responsibility pattern in the Spring Framework

Spring Security project implemented the Chain of Responsibility pattern in the Spring Framework. Spring Security allows you to implement authentication and authorization functionality in your application by using chains of security filters. This is a highly configurable framework. You can add your custom filter with this chain of filters to customize the functionality because of Chain of Responsibility design pattern.

Now that we've seen the Chain of responsibility design pattern, let's turn to a different variant of it--Command design pattern.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset